]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.c
-Renamed two builtins of the new VM
[xonotic/darkplaces.git] / menu.c
diff --git a/menu.c b/menu.c
index d1acd800872a717a0936651f7bef4c264717159e..87d6dbbc8f94649f2d9e7e10a838019344cc4930 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -4118,7 +4118,7 @@ mfunction_t *PRVM_ED_FindFunction(const char *);
 // normal menu names (rest)
 #define M_F_TOGGLE             "m_toggle"
 #define M_F_SHUTDOWN   "m_shutdown"
-
+#undef NG_MENU
 static char *m_required_func[] = {
 M_F_INIT,
 M_F_KEYDOWN,