diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-29 22:02:22 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-29 22:02:22 (GMT) |
| commit | 006dfdf5966bb2d593e7b0239b8079b3b74e8e0e (patch) | |
| tree | 2f2d1a115a374d86c6d4b4e8a72d5050acd4a023 /src/simulation/elements | |
| parent | 2e99638d7616af49be52cd43b0022cace2a52b41 (diff) | |
| download | powder-006dfdf5966bb2d593e7b0239b8079b3b74e8e0e.zip powder-006dfdf5966bb2d593e7b0239b8079b3b74e8e0e.tar.gz | |
Move PPIP to powered
Diffstat (limited to 'src/simulation/elements')
| -rw-r--r-- | src/simulation/elements/PPIP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/PPIP.cpp b/src/simulation/elements/PPIP.cpp index 03d0b82..799c25d 100644 --- a/src/simulation/elements/PPIP.cpp +++ b/src/simulation/elements/PPIP.cpp @@ -6,7 +6,7 @@ Element_PPIP::Element_PPIP() Name = "PPIP"; Colour = PIXPACK(0x444466); MenuVisible = 1; - MenuSection = SC_SOLIDS; + MenuSection = SC_POWERED; Enabled = 1; Advection = 0.0f; |
