]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/physics/movetypes/push.qh
Some minor adjustments to the push movetype, fix QC physics entities not running...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics / movetypes / push.qh
index f33e76191cf0104db2cc20ca2a18b095914c8a59..442386085a2ad3fbbcd8a4861259be644cb86f27 100644 (file)
@@ -9,4 +9,6 @@ STATIC_INIT(g_pushmove_moved) { g_pushmove_moved = IL_NEW(); }
 
 #ifdef CSQC
 .float ltime;
+
+const int MOVE_HITMODEL = 4;
 #endif