diff options
| author | jacksonmj <jacksonmj@jacksonmj.none> | 2011-02-02 21:11:19 (GMT) |
|---|---|---|
| committer | jacksonmj <jacksonmj@jacksonmj.none> | 2011-02-02 21:12:34 (GMT) |
| commit | 9d716cba4719721e852028cf714ebb5143b9abb0 (patch) | |
| tree | b7aba5e99512d72ff79b1cb16b1d217b97f5ab72 /includes/interface.h | |
| parent | 5b1210714d3909139886cc7f8a72291580fc0eeb (diff) | |
| download | powder-9d716cba4719721e852028cf714ebb5143b9abb0.zip powder-9d716cba4719721e852028cf714ebb5143b9abb0.tar.gz | |
Add menu sections (prevents menu_count exceeding msections size)
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 2cb64dd..e1d7e6f 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -69,6 +69,8 @@ static menu_section msections[] = {"\xC6", "Radioactive", 0, 1}, {"\xCC", "Special", 0, 1}, {"\xD2", "Life", 0, 1}, + {"\xD2", "More Life", 0, 1}, + {"\xC8", "", 0, 0}, {"\xC8", "Cracker", 0, 0}, {"\xC8", "Cracker!", 0, 0}, }; |
