mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-24 00:43:00 +02:00
fix typo, gasses -> gases
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#define TYPE_PART 0x00001 //1 Powders
|
#define TYPE_PART 0x00001 //1 Powders
|
||||||
#define TYPE_LIQUID 0x00002 //2 Liquids
|
#define TYPE_LIQUID 0x00002 //2 Liquids
|
||||||
#define TYPE_SOLID 0x00004 //4 Solids
|
#define TYPE_SOLID 0x00004 //4 Solids
|
||||||
#define TYPE_GAS 0x00008 //8 Gasses (Includes plasma)
|
#define TYPE_GAS 0x00008 //8 Gases (Includes plasma)
|
||||||
#define TYPE_ENERGY 0x00010 //16 Energy (Thunder, Light, Neutrons etc.)
|
#define TYPE_ENERGY 0x00010 //16 Energy (Thunder, Light, Neutrons etc.)
|
||||||
#define STATE_FLAGS 0x0001F
|
#define STATE_FLAGS 0x0001F
|
||||||
#define PROP_CONDUCTS 0x00020 //32 Conducts electricity
|
#define PROP_CONDUCTS 0x00020 //32 Conducts electricity
|
||||||
|
@@ -149,7 +149,7 @@ menu_section * LoadMenus(int & menuCount)
|
|||||||
{"\x99", "Sensors", 0, 1},
|
{"\x99", "Sensors", 0, 1},
|
||||||
{"\xE2", "Force", 0, 1},
|
{"\xE2", "Force", 0, 1},
|
||||||
{"\xC3", "Explosives", 0, 1},
|
{"\xC3", "Explosives", 0, 1},
|
||||||
{"\xC5", "Gasses", 0, 1},
|
{"\xC5", "Gases", 0, 1},
|
||||||
{"\xC4", "Liquids", 0, 1},
|
{"\xC4", "Liquids", 0, 1},
|
||||||
{"\xD0", "Powders", 0, 1},
|
{"\xD0", "Powders", 0, 1},
|
||||||
{"\xD1", "Solids", 0, 1},
|
{"\xD1", "Solids", 0, 1},
|
||||||
|
Reference in New Issue
Block a user