summaryrefslogtreecommitdiff
path: root/src/strife/m_menu.h
diff options
context:
space:
mode:
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
//