]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/world.qc
Move expr_evaluate to cvar.qh in lib
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / world.qc
index c37998545ff8c7dabd7d87152d06dbd2ef313195..89c478ab792a619a31f0b4f134c639cfa22c2fd7 100644 (file)
@@ -2099,6 +2099,7 @@ void Physics_Frame()
 
        // make a second pass to see if any ents spawned this frame and make
        // sure they run their move/think. this is verified by checking .move_time, which will never be 0 if the entity has moved
+       // MOVETYPE_NONE is also checked as .move_time WILL be 0 with that movetype
        IL_EACH(g_moveables, it.move_qcphysics,
        {
                if(IS_CLIENT(it) || it.move_time || it.move_movetype == MOVETYPE_NONE || it.move_movetype == MOVETYPE_PHYSICS)