]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/generic.qc
Clear up a warning
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / generic.qc
index 64083a89dac9e8b407fa16cc17df69bcbe198f0a..20826f64e21f74853743cd7e757da8a3f4031552 100644 (file)
@@ -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) {