X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcheats.qh;h=1bf08064106c410874df00f9607d9222929ab1c0;hb=874a7698fdbf9175d0c4f7b26b560b6be630af34;hp=e688f8c138c5de93f3404cd031d18c88bc5aacb5;hpb=74cebbb48d9481bb83eccb4438283f319352cb74;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/cheats.qh b/qcsrc/server/cheats.qh index e688f8c13..1bf080641 100644 --- a/qcsrc/server/cheats.qh +++ b/qcsrc/server/cheats.qh @@ -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;