mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
Work around for compiler bug on Debian and FreeBSD
This commit is contained in:
parent
66276ac61b
commit
da803adf15
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ ConnectionError NetPlayServer::OnConnect(ENetPeer* incoming_connection, sf::Pack
|
||||||
existing_player.second.name, existing_player.second.revision);
|
existing_player.second.name, existing_player.second.revision);
|
||||||
|
|
||||||
SendResponseToPlayer(new_player, MessageID::GameStatus, existing_player.second.pid,
|
SendResponseToPlayer(new_player, MessageID::GameStatus, existing_player.second.pid,
|
||||||
existing_player.second.game_status);
|
static_cast<u8>(existing_player.second.game_status));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Config::Get(Config::NETPLAY_ENABLE_QOS))
|
if (Config::Get(Config::NETPLAY_ENABLE_QOS))
|
||||||
|
|
Loading…
Add table
Reference in a new issue