X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcheats.qh;h=8c276919c51082206169b6050dd44335d7d1fc84;hb=29a096213c13ec16804a8eea0e17f082b1271f48;hp=cb365a3ba46f6363c73bdce67c0c2813cce5aa53;hpb=0e7ed909bffb4ff21f0c68d163edfc17487e380a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/cheats.qh b/qcsrc/server/cheats.qh index cb365a3ba..8c276919c 100644 --- a/qcsrc/server/cheats.qh +++ b/qcsrc/server/cheats.qh @@ -1,3 +1,5 @@ +float autocvar_sv_cheats; // must... declare... global + float cheatcount_total; .float cheatcount; void CheatInit();