mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
Work around for compiler bug on Debian and FreeBSD
This commit is contained in:
parent
66276ac61b
commit
da803adf15
@ -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…
x
Reference in New Issue
Block a user