1
This commit is contained in:
parent
a46099de76
commit
878e36ee9b
@ -1127,6 +1127,7 @@ void Creature::Initialize()
|
||||
INIT_LIST_HEAD(&node);
|
||||
}
|
||||
if (IsHuman()) {
|
||||
#if 0
|
||||
a8::XTimerWp nature_recover_hp_timer;
|
||||
nature_recover_hp_idle_timer = room->xtimer.SetIntervalWpEx
|
||||
(
|
||||
@ -1161,6 +1162,7 @@ void Creature::Initialize()
|
||||
}
|
||||
},
|
||||
&xtimer_attacher);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user