Merge pull request #4191 from valentinvanelslande/minor-fix
room_member: RakNet -> ENet
This commit is contained in:
commit
0d2c027a9d
|
@ -87,7 +87,7 @@ public:
|
||||||
*/
|
*/
|
||||||
void HandleJoinPacket(const ENetEvent* event);
|
void HandleJoinPacket(const ENetEvent* event);
|
||||||
/**
|
/**
|
||||||
* Extracts RoomInformation and MemberInformation from a received RakNet packet.
|
* Extracts RoomInformation and MemberInformation from a received ENet packet.
|
||||||
* @param event The ENet event that was received.
|
* @param event The ENet event that was received.
|
||||||
*/
|
*/
|
||||||
void HandleRoomInformationPacket(const ENetEvent* event);
|
void HandleRoomInformationPacket(const ENetEvent* event);
|
||||||
|
|
Reference in New Issue