summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/simulation/elements/FOG.cpp2
-rw-r--r--src/simulation/elements/RIME.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/FOG.cpp b/src/simulation/elements/FOG.cpp
index 6971e0e..21b5307 100644
--- a/src/simulation/elements/FOG.cpp
+++ b/src/simulation/elements/FOG.cpp
@@ -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;
diff --git a/src/simulation/elements/RIME.cpp b/src/simulation/elements/RIME.cpp
index c735866..deef4c2 100644
--- a/src/simulation/elements/RIME.cpp
+++ b/src/simulation/elements/RIME.cpp
@@ -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;