summaryrefslogtreecommitdiff
path: root/src/strife/m_menu.h
diff options
context:
space:
mode:
authorSamuel Villareal2010-09-07 06:25:38 +0000
committerSamuel Villareal2010-09-07 06:25:38 +0000
commit8a8f195464231e8eb4291928d2ce9673060e0a49 (patch)
treeefa4f4e32448167dadc80570fd0f0cb86671ae3c /src/strife/m_menu.h
parent0442df12e5164d4e8109e9e7177ae936d282b557 (diff)
downloadchocolate-doom-8a8f195464231e8eb4291928d2ce9673060e0a49.tar.gz
chocolate-doom-8a8f195464231e8eb4291928d2ce9673060e0a49.tar.bz2
chocolate-doom-8a8f195464231e8eb4291928d2ce9673060e0a49.zip
+ P_DialogStart implemented
+ Dialogs are now loaded through G_DoLoadLevel Subversion-branch: /branches/strife-branch Subversion-revision: 2033
Diffstat (limited to 'src/strife/m_menu.h')
-rw-r--r--src/strife/m_menu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strife/m_menu.h b/src/strife/m_menu.h
index 82848126..b302ea08 100644
--- a/src/strife/m_menu.h
+++ b/src/strife/m_menu.h
@@ -63,6 +63,9 @@ typedef struct menu_s
short lastOn; // last item user was on in menu
} menu_t;
+extern menu_t* currentMenu; // villsa [STRIFE] made external
+extern short itemOn;
+
//
// MENUS
//