*** empty log message ***

This commit is contained in:
eihrul 2007-11-16 20:29:49 +00:00
parent d5db0aaf3e
commit e40ad2da44

View file

@ -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);