fix stop walk

This commit is contained in:
Eduardo Bart 2012-01-20 14:48:26 -02:00
父節點 a5b4ee2c19
當前提交 820f94a1d9
共有 1 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -235,8 +235,8 @@ void Creature::stopWalk()
return; return;
// reset walk animation states // reset walk animation states
updateWalkAnimation(0); m_walkOffset = Point(0,0);
updateWalkOffset(0); m_animation = 0;
// stops the walk right away // stops the walk right away
terminateWalk(); terminateWalk();