mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
fix stop walk
This commit is contained in:
@@ -235,8 +235,8 @@ void Creature::stopWalk()
|
||||
return;
|
||||
|
||||
// reset walk animation states
|
||||
updateWalkAnimation(0);
|
||||
updateWalkOffset(0);
|
||||
m_walkOffset = Point(0,0);
|
||||
m_animation = 0;
|
||||
|
||||
// stops the walk right away
|
||||
terminateWalk();
|
||||
|
Reference in New Issue
Block a user