Skip to content

Commit

Permalink
fix typo, gasses -> gases
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Mar 18, 2017
1 parent 680c47a commit 0832caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/simulation/Elements.h
Expand Up @@ -13,7 +13,7 @@
#define TYPE_PART 0x00001 //1 Powders
#define TYPE_LIQUID 0x00002 //2 Liquids
#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 STATE_FLAGS 0x0001F
#define PROP_CONDUCTS 0x00020 //32 Conducts electricity
Expand Down
2 changes: 1 addition & 1 deletion src/simulation/SimulationData.cpp
Expand Up @@ -149,7 +149,7 @@ menu_section * LoadMenus(int & menuCount)
{"\x99", "Sensors", 0, 1},
{"\xE2", "Force", 0, 1},
{"\xC3", "Explosives", 0, 1},
{"\xC5", "Gasses", 0, 1},
{"\xC5", "Gases", 0, 1},
{"\xC4", "Liquids", 0, 1},
{"\xD0", "Powders", 0, 1},
{"\xD1", "Solids", 0, 1},
Expand Down

0 comments on commit 0832caa

Please sign in to comment.