]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_lights.qc
Merge branch 'TimePath/experiments/csqc_prediction' into Mario/qc_physics
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_lights.qc
index 98429f7d7a510fe07a09657825d58809335ec1de..da53fbe64b2837689491d9b522780ac5999b9a27 100644 (file)
@@ -84,8 +84,6 @@ void dynlight_use()
 }
 void spawnfunc_dynlight()
 {
-       local   entity  targ;
-
        if (!self.light_lev)
                self.light_lev = 200;
        if (!self.color)