X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fcheats.qh;h=1f31addee398ef6bfd529706e7de914375ca468b;hp=b563c0e13b841a539a75c46ce35c3cfe68660371;hb=a08620064dbe59abd194f302768d65934b87b6df;hpb=3325259280ed3bbbce03c353377551363f000949 diff --git a/qcsrc/server/cheats.qh b/qcsrc/server/cheats.qh index b563c0e13..1f31addee 100644 --- a/qcsrc/server/cheats.qh +++ b/qcsrc/server/cheats.qh @@ -1,4 +1,4 @@ -float autocvar_sv_cheats; // must... declare... global +//float autocvar_sv_cheats; // must... declare... global float cheatcount_total; .float cheatcount; @@ -11,5 +11,3 @@ float CheatCommand(float argc); float CheatFrame(); void Drag_MoveDrag(entity from, entity to); // call this from CopyBody - -float Drag(entity e, float dist); // used by sandbox code \ No newline at end of file