summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorsavask <savask@yandex.ru>2011-08-23 14:57:37 (GMT)
committer savask <savask@yandex.ru>2011-08-23 16:45:01 (GMT)
commit021168ad1bca1189cb39acb9d2c211bc686fb259 (patch)
treec03f87416379ab24c79d8d02dfe61c91a931a45d /includes/interface.h
parent9bec43c45b6ef1b1b344b86267d5c276f7e44af7 (diff)
downloadpowder-021168ad1bca1189cb39acb9d2c211bc686fb259.zip
powder-021168ad1bca1189cb39acb9d2c211bc686fb259.tar.gz
Added "Tools" menu.
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/interface.h b/includes/interface.h
index eac295d..6b95911 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -33,9 +33,10 @@ typedef struct menu_wall menu_wall;
#define SC_NUCLEAR 8
#define SC_SPECIAL 9
#define SC_LIFE 10
+#define SC_TOOL 11
#define SC_CRACKER 13
#define SC_CRACKER2 14
-#define SC_TOTAL 11
+#define SC_TOTAL 12
static menu_section msections[] = //doshow does not do anything currently.
{
@@ -50,6 +51,7 @@ static menu_section msections[] = //doshow does not do anything currently.
{"\xC6", "Radioactive", 0, 1},
{"\xCC", "Special", 0, 1},
{"\xD2", "Life", 0, 1},
+ {"\xC8", "Tools", 0, 1},
{"\xD2", "More Life", 0, 1},
{"\xC8", "", 0, 0},
{"\xC8", "Cracker", 0, 0},