diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-17 02:24:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-17 02:24:43 +0300 |
commit | a1b0a12f03f56b0a60f9d4f6e28f5714200aee96 (patch) | |
tree | 11257c0563abd7256ba191cfceb6c20c1b558a06 /src/net/tmwa/inventoryhandler.cpp | |
parent | d1dbf42aee628e0d3566b92c6e967c6667ac3142 (diff) | |
download | plus-a1b0a12f03f56b0a60f9d4f6e28f5714200aee96.tar.gz plus-a1b0a12f03f56b0a60f9d4f6e28f5714200aee96.tar.bz2 plus-a1b0a12f03f56b0a60f9d4f6e28f5714200aee96.tar.xz plus-a1b0a12f03f56b0a60f9d4f6e28f5714200aee96.zip |
Remove some mode outdated color related code from tmwa.
Diffstat (limited to 'src/net/tmwa/inventoryhandler.cpp')
-rw-r--r-- | src/net/tmwa/inventoryhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |