From c7ec0b76f6ddb0509870d52902567b7662ec0a9c Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 12 Jun 2012 21:29:24 +0100 Subject: [PATCH] TPT: Fix the bug with not-spawning fighter. --- src/simulation/Simulation.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index 083d9f6f0..e5f61aa21 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;