1
This commit is contained in:
parent
59e5da1719
commit
8a46f4210c
@ -1842,13 +1842,7 @@ void Room::AddObjectLater(RoomEntity* entity)
|
|||||||
void Room::OnGameOver()
|
void Room::OnGameOver()
|
||||||
{
|
{
|
||||||
for (auto& pair : human_hash_) {
|
for (auto& pair : human_hash_) {
|
||||||
#if 1
|
|
||||||
pair.second->SendGameOver();
|
pair.second->SendGameOver();
|
||||||
#else
|
|
||||||
if (IsGameOver() && game_over_frameno_ == GetFrameNo()) {
|
|
||||||
pair.second->SendGameOver();
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
int param1 = 1;
|
int param1 = 1;
|
||||||
xtimer.SetIntervalEx
|
xtimer.SetIntervalEx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user