diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 16:06:38 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 16:06:38 (GMT) |
| commit | f2e1d38b58878cc35cef1f8e5cb4602f3d14eb1d (patch) | |
| tree | d3210a3ce93f74f82144cc03ef870fad6e0d9a4f /src/simulation/Simulation.cpp | |
| parent | 2633af01d7a515ad1b7d638850720a4ee88bd9a6 (diff) | |
| download | powder-f2e1d38b58878cc35cef1f8e5cb4602f3d14eb1d.zip powder-f2e1d38b58878cc35cef1f8e5cb4602f3d14eb1d.tar.gz | |
TPT: Save soap bubbles 6717f4ff32
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index 00fbe96..8c78496 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -41,10 +41,6 @@ int Simulation::Load(int fullX, int fullY, GameSave * save) { continue; } - else if (tempPart.type == PT_SOAP) - { - tempPart.ctype = 0; - } else if (tempPart.type == PT_STKM) { //STKM_init_legs(&player, newIndex); |
