From: TimePath Date: Sat, 3 Oct 2015 09:52:47 +0000 (+1000) Subject: Clear up a warning X-Git-Tag: xonotic-v0.8.2~1881 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d9f919fe197a7e018ff73bdb03c45240face533e;p=xonotic%2Fxonotic-data.pk3dir.git Clear up a warning --- diff --git a/qcsrc/common/command/generic.qc b/qcsrc/common/command/generic.qc index 64083a89d..20826f64e 100644 --- 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) {