1
This commit is contained in:
parent
2f4051d7bd
commit
84a84c76d8
@ -1194,7 +1194,9 @@ void Room::UpdateGas()
|
|||||||
OnGameOver();
|
OnGameOver();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (!IsGameOver() && alive_count_ <= MAX_TEAM_NUM && GetAliveTeamNum() <= 1) {
|
if (!IsGameOver() &&
|
||||||
|
alive_count_ <= MAX_TEAM_NUM &&
|
||||||
|
GetAliveTeamNum() <= 1) {
|
||||||
game_over_ = true;
|
game_over_ = true;
|
||||||
game_over_frameno_ = GetFrameNo();
|
game_over_frameno_ = GetFrameNo();
|
||||||
OnGameOver();
|
OnGameOver();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user