]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cheats.qh
Clean up some self uses in cheats code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cheats.qh
index 97df2467bd207013cc8dbbe1cc7fc2fc853f0b02..e688f8c138c5de93f3404cd031d18c88bc5aacb5 100644 (file)
@@ -8,8 +8,8 @@ float cheatcount_total;
 .float cheatcount;
 void CheatInit();
 void CheatShutdown();
-float CheatImpulse(int imp);
-float CheatCommand(float argc);
+float CheatImpulse(entity this, int imp);
+float CheatCommand(entity this, int argc);
 float CheatFrame();
 
 const float CHRAME_DRAG = 8;