Put menu_wall back into interface.c to fix crackers colour menu
This commit is contained in:
parent
9d20d6af82
commit
2daf61f702
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user