added never display exit option to newmenus

This commit is contained in:
David Anderson
2006-02-06 13:22:33 +00:00
parent 53c029471f
commit 506a6e0465
2 changed files with 16 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
#define MPROP_NEXTNAME 3
#define MPROP_EXITNAME 4
#define MPROP_TITLE 5
#define MPROP_EXITALL 6
#define MPROP_EXITALL 6
#define MPROP_ORDER 7
#define MPROP_NOCOLORS 8
@@ -93,6 +93,7 @@ public:
int m_OptOrders[3];
bool m_AlwaysExit;
bool m_NeverExit;
bool m_AutoColors;
int menuId;