updated with icons, and some more fixes.

This commit is contained in:
Cracker64
2010-12-12 20:13:05 -05:00
parent af72702434
commit 23f828135a
8 changed files with 24 additions and 22 deletions

View File

@@ -28,6 +28,8 @@
#define YRES 384
#define NPART XRES*YRES
#define MAX_DISTANCE sqrt(pow(XRES, 2)+pow(YRES, 2))
#define MAXSIGNS 16
#define TAG_MAX 256

File diff suppressed because one or more lines are too long

View File

@@ -67,7 +67,7 @@ static menu_section msections[] =
{"\xD1", "Solids", 0, 1},
{"\xC6", "Radioactive", 0, 1},
{"\xCC", "Special", 0, 1},
{"\xC8", "Life", 0, 1},
{"\xD2", "Life", 0, 1},
{"\xC8", "Cracker", 0, 0},
{"\xC8", "Cracker!", 0, 0},
};