Implement safe commando demolition
This commit is contained in:
parent
d9e287e08b
commit
69fd369fdc
1 changed files with 1 additions and 0 deletions
|
@ -1936,6 +1936,7 @@ void BuildingClass::Drop_Debris(TARGET source)
|
|||
/*
|
||||
** Infantry could run out of a destroyed building.
|
||||
*/
|
||||
if(!IsGoingToBlow)
|
||||
if (!House->IsToDie && !IsSurvivorless) {
|
||||
InfantryClass * i = NULL;
|
||||
|
||||
|
|
Reference in a new issue