summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar FearlessTobi2022-07-25 17:08:20 +0200
committerGravatar FearlessTobi2022-07-25 21:59:31 +0200
commit6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b (patch)
treeb70962e3698930c5b06d777bd912caa89a912391 /src/common
parentyuzu_cmd: Fix compilation (diff)
downloadyuzu-6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b.tar.gz
yuzu-6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b.tar.xz
yuzu-6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b.zip
network, yuzu: Improve variable naming and style consistency
Diffstat (limited to '')
-rw-r--r--src/common/announce_multiplayer_room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/announce_multiplayer_room.h b/src/common/announce_multiplayer_room.h
index a9e2f89b7..11a80aa8e 100644
--- a/src/common/announce_multiplayer_room.h
+++ b/src/common/announce_multiplayer_room.h
@@ -43,7 +43,7 @@ struct Room {
43 RoomInformation information; 43 RoomInformation information;
44 44
45 std::string id; 45 std::string id;
46 std::string verify_UID; ///< UID used for verification 46 std::string verify_uid; ///< UID used for verification
47 std::string ip; 47 std::string ip;
48 u32 net_version; 48 u32 net_version;
49 bool has_password; 49 bool has_password;