1
This commit is contained in:
parent
347260bc05
commit
743e77aa4d
@ -1186,7 +1186,9 @@ void Room::UpdateGas()
|
|||||||
if (gas_data_.gas_mode != GasInactive && gas_data_.gas_mode != GasJump) {
|
if (gas_data_.gas_mode != GasInactive && gas_data_.gas_mode != GasJump) {
|
||||||
if (gas_data_.gas_mode != GasInactive) {
|
if (gas_data_.gas_mode != GasInactive) {
|
||||||
if (IsPveRoom()) {
|
if (IsPveRoom()) {
|
||||||
if (!IsGameOver() && pve_data.refreshed_mon > 0 && pve_data.killed_num >= pve_data.refreshed_mon) {
|
if (!IsGameOver() &&
|
||||||
|
pve_data.refreshed_mon > 0 &&
|
||||||
|
pve_data.killed_num >= pve_data.refreshed_mon) {
|
||||||
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