projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove `-Wno-double-declaration`
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
server
/
cheats.qh
diff --git
a/qcsrc/server/cheats.qh
b/qcsrc/server/cheats.qh
index
4615269
..
1f31add
100644
(file)
--- 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;
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 CheatFrame();
void Drag_MoveDrag(entity from, entity to); // call this from CopyBody
-
-float Drag(entity e, float grab); // used by sandbox code
\ No newline at end of file