From bbb587c352d48d4774133b56ce4c7f9bfd77c1e7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 13 May 2012 22:30:56 +0300 Subject: Fix code style. --- src/net/tmwa/npchandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net') diff --git a/src/net/tmwa/npchandler.cpp b/src/net/tmwa/npchandler.cpp index 837b83337..378d92dfe 100644 --- a/src/net/tmwa/npchandler.cpp +++ b/src/net/tmwa/npchandler.cpp @@ -143,7 +143,7 @@ void NpcHandler::listInput(int npcId, unsigned char value) { MessageOut outMsg(CMSG_NPC_LIST_CHOICE); outMsg.writeInt32(npcId); - outMsg.writeInt8(static_cast(value)); + outMsg.writeInt8(value); } void NpcHandler::integerInput(int npcId, int value) -- cgit v1.2.3-60-g2f50