1
This commit is contained in:
parent
440f2013df
commit
b771ffc588
@ -120,6 +120,9 @@ void Hero::Update(int delta_time)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (playing_skill) {
|
||||||
|
UpdateSkill();
|
||||||
|
}
|
||||||
if (room->IsNewBieRoom()) {
|
if (room->IsNewBieRoom()) {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user