1
This commit is contained in:
parent
79eb19a10d
commit
a41b9a2e13
@ -2037,8 +2037,10 @@ void Room::ProcDieAndroid(int die_time, int die_num)
|
|||||||
hum->BeKill(VP_SafeArea,
|
hum->BeKill(VP_SafeArea,
|
||||||
"毒圈",
|
"毒圈",
|
||||||
VW_SafeArea);
|
VW_SafeArea);
|
||||||
alive_humans.erase(alive_humans.begin() + i);
|
if (!alive_humans.empty()) {
|
||||||
alive_humans_copy.erase(alive_humans_copy.begin() + i);
|
alive_humans.erase(alive_humans.begin() + i);
|
||||||
|
alive_humans_copy.erase(alive_humans_copy.begin() + i);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
++dead_num;
|
++dead_num;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user