From c0793c747565b10ece4574221268eb623e12995e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Jul 2012 01:19:54 +0300 Subject: Fix floor items position. Was broken in previous commit. --- src/net/ea/itemhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/ea/itemhandler.cpp') diff --git a/src/net/ea/itemhandler.cpp b/src/net/ea/itemhandler.cpp index 2d2566409..dcc17421f 100644 --- a/src/net/ea/itemhandler.cpp +++ b/src/net/ea/itemhandler.cpp @@ -60,8 +60,8 @@ void ItemHandler::processItemDropped(Net::MessageIn &msg) unsigned char identify = msg.readInt8(); // identify flag int x = msg.readInt16(); int y = msg.readInt16(); - int subX = msg.readInt8() + 16 - 8; - int subY = msg.readInt8() + 32 - 8; + int subX = msg.readInt8(); + int subY = msg.readInt8(); int amount = msg.readInt16(); if (actorSpriteManager) -- cgit v1.2.3-70-g09d2