X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fcheats.qh;h=8c276919c51082206169b6050dd44335d7d1fc84;hp=cb365a3ba46f6363c73bdce67c0c2813cce5aa53;hb=162a91bc68d7b8e58c92cb0af873871129e386a9;hpb=0e7ed909bffb4ff21f0c68d163edfc17487e380a diff --git a/qcsrc/server/cheats.qh b/qcsrc/server/cheats.qh index cb365a3ba4..8c276919c5 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();