From 15383fabbacec848b5735fa0f728bb6242c6ce0e Mon Sep 17 00:00:00 2001 From: Jan-Fabian Humann Date: Mon, 28 Feb 2005 20:35:08 +0000 Subject: Adding support for drop items part 2/2 --- src/gui/inventory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui') diff --git a/src/gui/inventory.cpp b/src/gui/inventory.cpp index 23520ba2..6dfbff69 100644 --- a/src/gui/inventory.cpp +++ b/src/gui/inventory.cpp @@ -106,6 +106,7 @@ int InventoryWindow::useItem(int index, int id) { } int InventoryWindow::dropItem(int index, int quantity) { + // TODO: Fix wrong coordinates of drops, serverside? WFIFOW(0) = net_w_value(0x00a2); WFIFOW(2) = net_w_value(index); WFIFOW(4) = net_w_value(quantity); -- cgit v1.2.3-70-g09d2