summaryrefslogtreecommitdiff
path: root/src/flooritem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/flooritem.cpp')
-rw-r--r--src/flooritem.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/flooritem.cpp b/src/flooritem.cpp
index db62ce9a..c5a031fe 100644
--- a/src/flooritem.cpp
+++ b/src/flooritem.cpp
@@ -42,8 +42,7 @@ FloorItem::FloorItem(int id,
// these translations aren't necessary anymore. The sprites know
// best where their base point should be.
mPos.x = x * map->getTileWidth() + 16;
- mPos.y = y * map->getTileHeight() +
- ((Net::getNetworkType() == ServerInfo::MANASERV) ? 15 : 32);
+ mPos.y = y * map->getTileHeight() + 16;
setupSpriteDisplay(itemDb->get(itemId).getDisplay());
}