]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.c
fixed support of progs.dat files with important global and field names removed, such...
[xonotic/darkplaces.git] / menu.c
diff --git a/menu.c b/menu.c
index 405a72b86f2055dfe861629b1de56fb9a988d975..e28b04c6fd8244885025eb5ef645ed4cbe4e7ea3 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -4960,6 +4960,9 @@ void MP_Init (void)
 
        PRVM_LoadProgs(M_PROG_FILENAME, m_numrequiredfunc, m_required_func, 0, NULL, 0, NULL);
 
+       // note: OP_STATE is not supported by menu qc, we don't even try to detect
+       // it here
+
 #ifdef NG_MENU
        m_displayed = false;
 #endif