]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/onslaught/cl_generator.qc
Implement intrusive lists
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / onslaught / cl_generator.qc
index a22815b1682e18eea42f40204b988990d37441a0..0135f467ed0eb5fb84e9180048ce2df87bb67077 100644 (file)
@@ -39,6 +39,7 @@ void ons_generator_ray_spawn(vector org)
        e.move_time = time + 0.05;
        e.drawmask = MASK_NORMAL;
        e.draw = ons_generator_ray_draw;
+       IL_PUSH(g_drawables, e);
 }
 
 void generator_draw(entity this)