1
This commit is contained in:
parent
42fd10903b
commit
f0ea5264b6
@ -865,8 +865,8 @@ void RoomObstacle::ActiveMedicalStation()
|
|||||||
room->grid_service->GetAllCellsByXy(room, GetPos().x, GetPos().y, *grid_list_);
|
room->grid_service->GetAllCellsByXy(room, GetPos().x, GetPos().y, *grid_list_);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (meta->i->width() > 0 && meta->int_param1 > 0) {
|
if (meta->i->width() > 0 && meta->int_param2 > 0) {
|
||||||
room->xtimer.AddDeadLineTimerAndAttach
|
room->xtimer.AddRepeatTimerAndAttach
|
||||||
(
|
(
|
||||||
meta->int_param1 / FRAME_RATE_MS,
|
meta->int_param1 / FRAME_RATE_MS,
|
||||||
a8::XParams()
|
a8::XParams()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user