]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/movetypes/toss.qh
Fix some issues with movetype prediction, also make jumppads predicted
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / movetypes / toss.qh
index 63152e007f6f2ab36a81e912e4f08a26ea3df0ec..cf5cf49bbc99af1ce61c3f5c6a9738ff8f626733 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef MOVETYPE_TOSS_H
 #define MOVETYPE_TOSS_H
 
-void _Movetype_Physics_Toss(float dt);
+void _Movetype_Physics_Toss(entity this, float dt);
 
 #endif