diff options
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h index a5f1a11..57700b2 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -53,6 +53,7 @@ static menu_wall mwalls[] = #define SC_NUCLEAR 7 #define SC_LIFE 9 #define SC_CRACKER 10 +#define SC_CRACKER2 11 #define SC_TOTAL 10 static menu_section msections[] = @@ -68,6 +69,7 @@ static menu_section msections[] = {"\xCC", "Special", 0, 1}, {"\xC8", "Life", 0, 1}, {"\xC8", "Cracker", 0, 0}, + {"\xC8", "Cracker!", 0, 0}, }; struct ui_edit |
