mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-14 20:34:02 +02:00
Bugfix for wifi, would cause a double spark if timed just right. updated to
This commit is contained in:
@@ -53,7 +53,8 @@ static menu_wall mwalls[] =
|
||||
#define SC_NUCLEAR 7
|
||||
#define SC_LIFE 9
|
||||
#define SC_CRACKER 10
|
||||
#define SC_TOTAL 10
|
||||
#define SC_CRACKER2 11
|
||||
#define SC_TOTAL 11
|
||||
|
||||
static menu_section msections[] =
|
||||
{
|
||||
@@ -67,7 +68,8 @@ static menu_section msections[] =
|
||||
{"\xC6", "Radioactive", 0, 1},
|
||||
{"\xCC", "Special", 0, 1},
|
||||
{"\xC8", "Life", 0, 1},
|
||||
{"\xC8", "Cracker", 0, 0},
|
||||
{"\xC8", "Cracker", 0, 1},
|
||||
{"\xC8", "Cracker!", 0, 0},
|
||||
};
|
||||
|
||||
struct ui_edit
|
||||
|
Reference in New Issue
Block a user