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/elements/DMND.cpp | |
| parent | a4e75d587fb6a256da5584328b3dd84a185b5640 (diff) | |
| download | powder-08f05d69c139caed898877f853973e16a8cc2b7a.zip powder-08f05d69c139caed898877f853973e16a8cc2b7a.tar.gz | |
move some elements around
Diffstat (limited to 'src/simulation/elements/DMND.cpp')
| -rw-r--r-- | src/simulation/elements/DMND.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
