Skip to content

Commit

Permalink
MERC -> liquids, FUSE/FSEP -> explosives
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Aug 30, 2015
1 parent ed4678c commit 68b4f1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/simulation/elements/FSEP.cpp
Expand Up @@ -6,7 +6,7 @@ Element_FSEP::Element_FSEP()
Name = "FSEP";
Colour = PIXPACK(0x63AD5F);
MenuVisible = 1;
MenuSection = SC_POWDERS;
MenuSection = SC_EXPLOSIVE;
Enabled = 1;

Advection = 0.7f;
Expand Down
2 changes: 1 addition & 1 deletion src/simulation/elements/FUSE.cpp
Expand Up @@ -6,7 +6,7 @@ Element_FUSE::Element_FUSE()
Name = "FUSE";
Colour = PIXPACK(0x0A5706);
MenuVisible = 1;
MenuSection = SC_SOLIDS;
MenuSection = SC_EXPLOSIVE;
Enabled = 1;

Advection = 0.0f;
Expand Down
2 changes: 1 addition & 1 deletion src/simulation/elements/MERC.cpp
Expand Up @@ -6,7 +6,7 @@ Element_MERC::Element_MERC()
Name = "MERC";
Colour = PIXPACK(0x736B6D);
MenuVisible = 1;
MenuSection = SC_ELEC;
MenuSection = SC_LIQUID;
Enabled = 1;

Advection = 0.4f;
Expand Down

0 comments on commit 68b4f1e

Please sign in to comment.