mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-27 17:59:49 +02:00
Put menu_wall back into interface.c to fix crackers colour menu
This commit is contained in:
@@ -12,6 +12,13 @@ struct menu_section
|
|||||||
};
|
};
|
||||||
typedef struct menu_section 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_WALL 0
|
||||||
#define SC_SPECIAL 8
|
#define SC_SPECIAL 8
|
||||||
#define SC_POWDERS 5
|
#define SC_POWDERS 5
|
||||||
|
Reference in New Issue
Block a user