]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/physics/movetypes/push.qh
Use MOVE_NOMONSTERS to ensure the entity is only testing against platforms
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics / movetypes / push.qh
index 442386085a2ad3fbbcd8a4861259be644cb86f27..f33e76191cf0104db2cc20ca2a18b095914c8a59 100644 (file)
@@ -9,6 +9,4 @@ STATIC_INIT(g_pushmove_moved) { g_pushmove_moved = IL_NEW(); }
 
 #ifdef CSQC
 .float ltime;
-
-const int MOVE_HITMODEL = 4;
 #endif