From 08f05d69c139caed898877f853973e16a8cc2b7a Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 4 May 2013 19:50:11 -0400 Subject: [PATCH] move some elements around --- src/simulation/elements/BVBR.cpp | 2 +- src/simulation/elements/DMND.cpp | 2 +- src/simulation/elements/INSL.cpp | 2 +- src/simulation/elements/LIGH.cpp | 2 +- src/simulation/elements/PIPE.cpp | 2 +- src/simulation/elements/TUGN.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/simulation/elements/BVBR.cpp b/src/simulation/elements/BVBR.cpp index 6cb551c75..1a2cc41b0 100644 --- a/src/simulation/elements/BVBR.cpp +++ b/src/simulation/elements/BVBR.cpp @@ -6,7 +6,7 @@ Element_BVBR::Element_BVBR() Name = "BVBR"; Colour = PIXPACK(0x005000); MenuVisible = 1; - MenuSection = SC_POWDERS; + MenuSection = SC_NUCLEAR; Enabled = 1; Advection = 0.3f; diff --git a/src/simulation/elements/DMND.cpp b/src/simulation/elements/DMND.cpp index 68c1d20b7..71321f6f2 100644 --- a/src/simulation/elements/DMND.cpp +++ b/src/simulation/elements/DMND.cpp @@ -6,7 +6,7 @@ Element_DMND::Element_DMND() Name = "DMND"; Colour = PIXPACK(0xCCFFFF); MenuVisible = 1; - MenuSection = SC_SOLIDS; + MenuSection = SC_SPECIAL; Enabled = 1; Advection = 0.0f; diff --git a/src/simulation/elements/INSL.cpp b/src/simulation/elements/INSL.cpp index c1853527e..4be502047 100644 --- a/src/simulation/elements/INSL.cpp +++ b/src/simulation/elements/INSL.cpp @@ -6,7 +6,7 @@ Element_INSL::Element_INSL() Name = "INSL"; Colour = PIXPACK(0x9EA3B6); MenuVisible = 1; - MenuSection = SC_SPECIAL; + MenuSection = SC_ELEC; Enabled = 1; Advection = 0.0f; diff --git a/src/simulation/elements/LIGH.cpp b/src/simulation/elements/LIGH.cpp index bf41f775a..5d8a9252a 100644 --- a/src/simulation/elements/LIGH.cpp +++ b/src/simulation/elements/LIGH.cpp @@ -7,7 +7,7 @@ Element_LIGH::Element_LIGH() Name = "LIGH"; Colour = PIXPACK(0xFFFFC0); MenuVisible = 1; - MenuSection = SC_ELEC; + MenuSection = SC_EXPLOSIVE; Enabled = 1; Advection = 0.0f; diff --git a/src/simulation/elements/PIPE.cpp b/src/simulation/elements/PIPE.cpp index 44e75dbd9..a470e6c39 100644 --- a/src/simulation/elements/PIPE.cpp +++ b/src/simulation/elements/PIPE.cpp @@ -6,7 +6,7 @@ Element_PIPE::Element_PIPE() Name = "PIPE"; Colour = PIXPACK(0x444444); MenuVisible = 1; - MenuSection = SC_SOLIDS; + MenuSection = SC_FORCE; Enabled = 1; Advection = 0.0f; diff --git a/src/simulation/elements/TUGN.cpp b/src/simulation/elements/TUGN.cpp index f70037b30..9614ae588 100644 --- a/src/simulation/elements/TUGN.cpp +++ b/src/simulation/elements/TUGN.cpp @@ -7,7 +7,7 @@ Element_TUGN::Element_TUGN() Name = "TUGN"; Colour = PIXPACK(0x505050); MenuVisible = 1; - MenuSection = SC_SOLIDS; + MenuSection = SC_ELEC; Enabled = 1; Advection = 0.0f;