From bdd0a32fa25b05511fad65987b011d9dfa77ca50 Mon Sep 17 00:00:00 2001 From: Savely Skresanov Date: Tue, 5 Jun 2012 21:48:49 +0700 Subject: [PATCH] Fix the bug with not-spawning fighter. --- src/powder.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/powder.c b/src/powder.c index 8515040d7..c054d9341 100644 --- a/src/powder.c +++ b/src/powder.c @@ -1072,8 +1072,6 @@ inline int create_part(int p, int x, int y, int tv)//the function for creating a create_part(-1,x,y,PT_SPAWN2); ISSPAWN2 = 1; break; - case PT_FIGH: - break; case PT_BIZR: case PT_BIZRG: case PT_BIZRS: parts[i].ctype = 0x47FFFF; break;