diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-04 23:50:11 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-04 23:50:11 (GMT) |
| commit | 08f05d69c139caed898877f853973e16a8cc2b7a (patch) | |
| tree | a232fd8d96113e457e014564812e4b5fa9bca0f0 /src/simulation | |
| parent | a4e75d587fb6a256da5584328b3dd84a185b5640 (diff) | |
| download | powder-08f05d69c139caed898877f853973e16a8cc2b7a.zip powder-08f05d69c139caed898877f853973e16a8cc2b7a.tar.gz | |
move some elements around
Diffstat (limited to 'src/simulation')
| -rw-r--r-- | src/simulation/elements/BVBR.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/elements/DMND.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/elements/INSL.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/elements/LIGH.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/elements/PIPE.cpp | 2 | ||||
| -rw-r--r-- | 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 6cb551c..1a2cc41 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 68c1d20..71321f6 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 c185352..4be5020 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 bf41f77..5d8a925 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 44e75db..a470e6c 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 f70037b..9614ae5 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; |
