]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/ecs/systems/physics.qh
Merge branch 'master' into martin-t/deglob-log
[xonotic/xonotic-data.pk3dir.git] / qcsrc / ecs / systems / physics.qh
index 16c996adee6ccf97ae82f3400a0fd71eeb14fb7f..cef9916f3d60e3412bb761fbc746afed9085db86 100644 (file)
@@ -3,8 +3,8 @@
 SYSTEM(phys, 30, 10);
 
 void sys_phys_fix(entity this, float dt);
-bool sys_phys_override(entity this);
-void sys_phys_monitor(entity this);
+bool sys_phys_override(entity this, float dt);
+void sys_phys_monitor(entity this, float dt);
 void sys_phys_pregame_hold(entity this);
 void sys_phys_ai(entity this);
 void sys_phys_spectator_control(entity this);