]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.h
moved rsurface_ variables into rsurface struct as a minor cleanup
[xonotic/darkplaces.git] / menu.h
diff --git a/menu.h b/menu.h
index d26668243f0ea9b25e5c7fa5784f66d421c3be50..8fdba99d725cf5e98e27d9a1a756677b6e85fe85 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #define M_PROG_FILENAME "menu.dat"
 #define M_NAME "menu"
-#define M_MAX_EDICTS   (1 << 12) // should be enough for a menu
+#define M_MAX_EDICTS   32768 // hopefully won't have to increase this again anytime soon...
 
 enum m_state_e {
        m_none,
@@ -48,7 +48,8 @@ enum m_state_e {
        m_options_effects,
        m_options_graphics,
        m_options_colorcontrol,
-       m_reset
+       m_reset,
+       m_modlist
 };
 
 extern enum m_state_e m_state;