projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'origin/mrbougo/tooltips_fix'
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
server
/
cheats.qh
diff --git
a/qcsrc/server/cheats.qh
b/qcsrc/server/cheats.qh
index
cb365a3
..
8c27691
100644
(file)
--- 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();