mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-15 21:04:04 +02:00
TPT: Fix the bug with not-spawning fighter.
This commit is contained in:
@@ -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);
|
create_part(-1,x,y,PT_SPAWN2);
|
||||||
elementCount[PT_SPAWN2] = 1;
|
elementCount[PT_SPAWN2] = 1;
|
||||||
break;
|
break;
|
||||||
case PT_FIGH:
|
|
||||||
break;
|
|
||||||
case PT_BIZR: case PT_BIZRG: case PT_BIZRS:
|
case PT_BIZR: case PT_BIZRG: case PT_BIZRS:
|
||||||
parts[i].ctype = 0x47FFFF;
|
parts[i].ctype = 0x47FFFF;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user