diff options
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); |
