mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-31 11:45:34 +01:00
common: multiplayer: Use GameInfo type
This commit is contained in:
parent
4b404191cf
commit
899c8bb330
11 changed files with 60 additions and 62 deletions
|
|
@ -303,7 +303,7 @@ void RoomMember::RoomMemberImpl::HandleRoomInformationPacket(const ENetEvent* ev
|
|||
packet >> info.description;
|
||||
packet >> info.member_slots;
|
||||
packet >> info.port;
|
||||
packet >> info.preferred_game;
|
||||
packet >> info.preferred_game.name;
|
||||
packet >> info.host_username;
|
||||
room_information.name = info.name;
|
||||
room_information.description = info.description;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue