Put menu_wall back into interface.c to fix crackers colour menu

This commit is contained in:
Simon Robertshaw 2011-05-14 13:57:49 +01:00
parent 9d20d6af82
commit 2daf61f702

View File

@ -12,6 +12,13 @@ struct menu_section
};
typedef struct menu_section menu_section;
struct menu_wall
{
pixel colour;
const char *descs;
};
typedef struct menu_wall menu_wall;
#define SC_WALL 0
#define SC_SPECIAL 8
#define SC_POWDERS 5