diff options
| author | 2017-07-14 09:20:39 +0200 | |
|---|---|---|
| committer | 2017-07-16 21:30:04 +0200 | |
| commit | a0626221a52056669c0b6d19b37d4189c1671fb7 (patch) | |
| tree | 13b05ebe3fe162c1d90f79dc38c9e7129958bc2e /src/network/room_member.h | |
| parent | Network: Send the game title (diff) | |
| download | yuzu-a0626221a52056669c0b6d19b37d4189c1671fb7.tar.gz yuzu-a0626221a52056669c0b6d19b37d4189c1671fb7.tar.xz yuzu-a0626221a52056669c0b6d19b37d4189c1671fb7.zip | |
Network: Made send async in RoomMember
Diffstat (limited to 'src/network/room_member.h')
| -rw-r--r-- | src/network/room_member.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/room_member.h b/src/network/room_member.h index d874cc5e4..6522f053c 100644 --- a/src/network/room_member.h +++ b/src/network/room_member.h | |||
| @@ -47,6 +47,7 @@ public: | |||
| 47 | // Reasons why connection was rejected | 47 | // Reasons why connection was rejected |
| 48 | NameCollision, ///< Somebody is already using this name | 48 | NameCollision, ///< Somebody is already using this name |
| 49 | MacCollision, ///< Somebody is already using that mac-address | 49 | MacCollision, ///< Somebody is already using that mac-address |
| 50 | WrongVersion, ///< The room version is not the same as for this RoomMember | ||
| 50 | CouldNotConnect ///< The room is not responding to a connection attempt | 51 | CouldNotConnect ///< The room is not responding to a connection attempt |
| 51 | }; | 52 | }; |
| 52 | 53 | ||