diff options
Diffstat (limited to 'src/game-server/monster.cpp')
-rw-r--r-- | src/game-server/monster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/monster.cpp b/src/game-server/monster.cpp index d78f04ba..661aca5e 100644 --- a/src/game-server/monster.cpp +++ b/src/game-server/monster.cpp @@ -107,7 +107,7 @@ Monster::Monster(MonsterClass *specy): // Set the speed in tiles per second. setAttribute(ATTR_MOVE_SPEED_RAW, - utils::tpsToSpeed(getAttribute(ATTR_MOVE_SPEED_TPS))); + utils::tpsToRawSpeed(getAttribute(ATTR_MOVE_SPEED_TPS))); setSize(specy->getSize()); // Set positions relative to target from which the monster can attack |