unhide FOG and RIME elements. TODO: hide VINE from the menu? (seems useless, would make the menu less scrolly)

This commit is contained in:
jacob1 2013-07-19 21:21:30 -04:00
parent da7d107f60
commit 468e678cd6
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Element_FOG::Element_FOG()
Name = "FOG";
Colour = PIXPACK(0xAAAAAA);
MenuVisible = 1;
MenuSection = SC_CRACKER2;
MenuSection = SC_GAS;
Enabled = 1;
Advection = 0.8f;

View File

@ -6,7 +6,7 @@ Element_RIME::Element_RIME()
Name = "RIME";
Colour = PIXPACK(0xCCCCCC);
MenuVisible = 1;
MenuSection = SC_CRACKER2;
MenuSection = SC_SOLIDS;
Enabled = 1;
Advection = 0.00f;