]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.h
fixed loadgame bug with edict references to later edicts (d was pointing at the old...
[xonotic/darkplaces.git] / menu.h
diff --git a/menu.h b/menu.h
index 2031fb17347df2c688288c19df431828de8059fc..e45af43d3a7b2e31a4aec04df76f49c4b23a1e4d 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -21,13 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #ifndef MENU_H
 #define MENU_H
 
-//
-// the net drivers should just set the apropriate bits in m_activenet,
-// instead of having the menu code look through their internal tables
-//
-#define        MNET_IPX                1
-#define        MNET_TCP                2
-
 enum m_state_e {
        m_none,
        m_main,
@@ -37,7 +30,6 @@ enum m_state_e {
        m_save,
        m_multiplayer,
        m_setup,
-       m_net,
        m_options,
        m_video,
        m_keys,
@@ -45,16 +37,12 @@ enum m_state_e {
        m_quit,
        m_lanconfig,
        m_gameoptions,
-       m_search,
        m_slist,
        m_options_effects,
        m_options_colorcontrol
 };
 
-extern int m_activenet;
-extern int m_return_state;
 extern enum m_state_e m_state;
-extern qboolean m_return_onerror;
 extern char m_return_reason[32];
 
 //