diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 20:29:24 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 20:29:24 (GMT) |
| commit | c7ec0b76f6ddb0509870d52902567b7662ec0a9c (patch) | |
| tree | eb128ffef9f96d783dc57cce4d3fe1cfb8a84d7e /src/simulation/Simulation.cpp | |
| parent | ef777b92dc68364f064978839c25f8f4d8bf343a (diff) | |
| download | powder-c7ec0b76f6ddb0509870d52902567b7662ec0a9c.zip powder-c7ec0b76f6ddb0509870d52902567b7662ec0a9c.tar.gz | |
TPT: Fix the bug with not-spawning fighter.
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index 083d9f6..e5f61aa 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -2698,8 +2698,6 @@ int Simulation::create_part(int p, int x, int y, int tv)//the function for creat create_part(-1,x,y,PT_SPAWN2); elementCount[PT_SPAWN2] = 1; break; - case PT_FIGH: - break; case PT_BIZR: case PT_BIZRG: case PT_BIZRS: parts[i].ctype = 0x47FFFF; break; |
