X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fcommand%2Fgeneric.qc;h=20826f64e21f74853743cd7e757da8a3f4031552;hb=32ca966802c45c4c231210c2d8776bc3f4135dc2;hp=64083a89dac9e8b407fa16cc17df69bcbe198f0a;hpb=1af8ea71282d19f66c96622815c68943eaa36aba;p=xonotic%2Fxonotic-data.pk3dir.git 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) {