This commit is contained in:
aozhiwei 2024-03-26 15:27:32 +08:00
parent a46099de76
commit 878e36ee9b

View File

@ -1127,6 +1127,7 @@ void Creature::Initialize()
INIT_LIST_HEAD(&node); INIT_LIST_HEAD(&node);
} }
if (IsHuman()) { if (IsHuman()) {
#if 0
a8::XTimerWp nature_recover_hp_timer; a8::XTimerWp nature_recover_hp_timer;
nature_recover_hp_idle_timer = room->xtimer.SetIntervalWpEx nature_recover_hp_idle_timer = room->xtimer.SetIntervalWpEx
( (
@ -1161,6 +1162,7 @@ void Creature::Initialize()
} }
}, },
&xtimer_attacher); &xtimer_attacher);
#endif
} }
} }