diff options
author | eihrul <eihrul> | 2007-11-16 20:29:49 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2007-11-16 20:29:49 +0000 |
commit | e40ad2da448dacd795f646dc69fb2d6076cb75e1 (patch) | |
tree | d8b2f6246988c6fb8acaefce25cccc9503cc6b63 | |
parent | d5db0aaf3e8a41fcad2c36c693a7a0e1308baf38 (diff) | |
download | enet-e40ad2da448dacd795f646dc69fb2d6076cb75e1.tar.gz enet-e40ad2da448dacd795f646dc69fb2d6076cb75e1.zip |
*** empty log message ***
-rw-r--r-- | protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |