]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
Cleanup #includes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index 0a608e979bff5da3e4b535fed7019bc0a9fb2301..a280b275e44af1aea83d880e0a47bc5c77d53099 100644 (file)
@@ -2489,6 +2489,8 @@ void DrownPlayer(entity this)
        }
 }
 
+.bool move_qcphysics;
+
 void Player_Physics(entity this)
 {
        set_movetype(this, ((this.move_qcphysics) ? MOVETYPE_NONE : this.move_movetype));