]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cheats.qh
Properly support team field on trigger_multiple
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cheats.qh
index e688f8c138c5de93f3404cd031d18c88bc5aacb5..1bf08064106c410874df00f9607d9222929ab1c0 100644 (file)
@@ -10,7 +10,7 @@ void CheatInit();
 void CheatShutdown();
 float CheatImpulse(entity this, int imp);
 float CheatCommand(entity this, int argc);
-float CheatFrame();
+float CheatFrame(entity this);
 
 const float CHRAME_DRAG = 8;