projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e741983
)
Clear up a warning
author
TimePath <andrew.hardaker1995@gmail.com>
Sat, 3 Oct 2015 09:52:47 +0000
(19:52 +1000)
committer
TimePath <andrew.hardaker1995@gmail.com>
Sat, 3 Oct 2015 09:52:47 +0000
(19:52 +1000)
qcsrc/common/command/generic.qc
patch
|
blob
|
history
diff --git
a/qcsrc/common/command/generic.qc
b/qcsrc/common/command/generic.qc
index
64083a8
..
20826f6
100644
(file)
--- a/
qcsrc/common/command/generic.qc
+++ b/
qcsrc/common/command/generic.qc
@@
-240,7
+240,9
@@
void GenericCommand_dumpcommands(float request)
}
}
+#ifndef MENUQC
void effectinfo_dump(int fh, bool alsoprint);
+#endif
void GenericCommand_dumpeffectinfo(float request)
{
switch (request) {