aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoreihrul <eihrul>2007-11-16 20:29:49 +0000
committereihrul <eihrul>2007-11-16 20:29:49 +0000
commite40ad2da448dacd795f646dc69fb2d6076cb75e1 (patch)
treed8b2f6246988c6fb8acaefce25cccc9503cc6b63
parentd5db0aaf3e8a41fcad2c36c693a7a0e1308baf38 (diff)
downloadenet-e40ad2da448dacd795f646dc69fb2d6076cb75e1.tar.gz
enet-e40ad2da448dacd795f646dc69fb2d6076cb75e1.zip
*** empty log message ***
-rw-r--r--protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol.c b/protocol.c
index 244e4d3..2a249d8 100644
--- a/protocol.c
+++ b/protocol.c
@@ -206,7 +206,7 @@ enet_protocol_remove_sent_reliable_command (ENetPeer * peer, enet_uint16 reliabl
}
}
- commandNumber = outgoingCommand -> command.header.command & ENET_PROTOCOL_COMMAND_MASK;
+ commandNumber = (ENetProtocolCommand) (outgoingCommand -> command.header.command & ENET_PROTOCOL_COMMAND_MASK);
enet_list_remove (& outgoingCommand -> outgoingCommandList);