diff options
| author | jacob1 <jfu614@gmail.com> | 2013-02-24 16:52:09 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-02-24 16:52:09 (GMT) |
| commit | f138e10917b1bcdd7d270997312e8d672c182c3a (patch) | |
| tree | 47455c512132496256570ef21143932ef46d064d /src/simulation/Simulation.cpp | |
| parent | 7379a6b5ba65ff106ec5656bdeb3a9707e9fac62 (diff) | |
| parent | 8dfb1ecf8756e930c45482f707d00f188ff2ce53 (diff) | |
| download | powder-f138e10917b1bcdd7d270997312e8d672c182c3a.zip powder-f138e10917b1bcdd7d270997312e8d672c182c3a.tar.gz | |
Merge
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index 71e569e..2314c5c 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -3089,15 +3089,10 @@ int Simulation::create_part(int p, int x, int y, int tv) break; case PT_DTEC: parts[i].tmp2 = 2; + break; case PT_TSNS: parts[i].tmp2 = 2; break; - case PT_ACEL: - parts[i].ctype = 10; - break; - case PT_DCEL: - parts[i].ctype = 9; - break; default: if (t==PT_FIGH) { |
