1
This commit is contained in:
parent
48a19adb77
commit
f41cce27fc
@ -2894,7 +2894,13 @@ void Room::ZombieModeStart()
|
||||
[] (const a8::XParams& param)
|
||||
{
|
||||
Room* room = (Room*)param.sender.GetUserData();
|
||||
#if 1
|
||||
room->game_over_ = true;
|
||||
room->game_over_frameno_ = room->GetFrameNo();
|
||||
room->OnGameOver();
|
||||
#else
|
||||
room->BattleReport();
|
||||
#endif
|
||||
},
|
||||
&xtimer_attacher_.timer_list_,
|
||||
[] (const a8::XParams& param)
|
||||
|
Loading…
x
Reference in New Issue
Block a user