From d3175115354bb2417f01877a96d0068e2f2c875d Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Sun, 16 Oct 2005 21:18:11 +0000 Subject: Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}. --- src/gui/buysell.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/buysell.cpp') diff --git a/src/gui/buysell.cpp b/src/gui/buysell.cpp index 1f40e7b5..627d119f 100644 --- a/src/gui/buysell.cpp +++ b/src/gui/buysell.cpp @@ -82,9 +82,9 @@ void BuySellDialog::action(const std::string& eventId) } if (actionId > -1) { MessageOut outMsg; - outMsg.writeShort(CMSG_NPC_BUY_SELL_REQUEST); - outMsg.writeLong(current_npc); - outMsg.writeByte(actionId); + outMsg.writeInt16(CMSG_NPC_BUY_SELL_REQUEST); + outMsg.writeInt32(current_npc); + outMsg.writeInt8(actionId); } setVisible(false); -- cgit v1.2.3-60-g2f50