]> 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 9e11595350443d45e6b2b48abe08a39116e0bcd9..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
\ No newline at end of file
+#endif