projects
/
xonotic
/
darkplaces.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
405a72b
..
e28b04c
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