diff options
author | megamage <none@none> | 2009-03-13 14:42:57 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-13 14:42:57 -0600 |
commit | 146b2560aa8a7d0fc8a90ec3af70d1a8e01e514d (patch) | |
tree | 295c0631404e49ec8acd492513ca614038ca6253 /src/game/Creature.cpp | |
parent | bb7391f129e831cd5daac17d54245738571c5d32 (diff) |
*Call stopmoving in moveidle.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r-- | src/game/Creature.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index ed2f3f2ee54..df56a3ac27f 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -1620,9 +1620,6 @@ void Creature::setDeathState(DeathState s) if (canFly() && FallGround()) return; - - if(!IsStopped()) - StopMoving(); } Unit::setDeathState(s); |