1
This commit is contained in:
parent
59cd808434
commit
2c5f422839
@ -192,14 +192,7 @@ void RoomObstacle::UpdateTimerFunc()
|
|||||||
Die(room);
|
Die(room);
|
||||||
ProcDieExplosion(room);
|
ProcDieExplosion(room);
|
||||||
BroadcastFullState(room);
|
BroadcastFullState(room);
|
||||||
// 999
|
|
||||||
#if 1
|
|
||||||
room->xtimer.DeleteCurrentTimer();
|
room->xtimer.DeleteCurrentTimer();
|
||||||
#else
|
|
||||||
if (room->xtimer.GetRunningTimer()) {
|
|
||||||
room->xtimer.Delete(room->xtimer.GetRunningTimer());
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
room->xtimer.DeleteCurrentTimer();
|
room->xtimer.DeleteCurrentTimer();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user