From a1b0a12f03f56b0a60f9d4f6e28f5714200aee96 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 17 Aug 2015 02:24:43 +0300 Subject: Remove some mode outdated color related code from tmwa. --- src/net/tmwa/inventoryhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/tmwa/inventoryhandler.cpp') diff --git a/src/net/tmwa/inventoryhandler.cpp b/src/net/tmwa/inventoryhandler.cpp index 05ed6e40d..98c0a46b6 100644 --- a/src/net/tmwa/inventoryhandler.cpp +++ b/src/net/tmwa/inventoryhandler.cpp @@ -381,7 +381,7 @@ void InventoryHandler::processPlayerInventoryAdd(Net::MessageIn &msg) { localPlayer->pickedUp(itemInfo, 0, - fromInt(identified, ItemColor), + ItemColor_one, floorId, pickup); } @@ -392,7 +392,7 @@ void InventoryHandler::processPlayerInventoryAdd(Net::MessageIn &msg) { localPlayer->pickedUp(itemInfo, amount, - fromInt(identified, ItemColor), + ItemColor_one, floorId, Pickup::OKAY); } -- cgit v1.2.3-60-g2f50