diff options
Diffstat (limited to 'src/simulation/elements/FOG.cpp')
| -rw-r--r-- | src/simulation/elements/FOG.cpp | 2 |
1 files changed, 1 insertions, 1 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; |
