mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Netplay: Rename variable names in NetSettings to match style guide.
This commit is contained in:
parent
07f86446a6
commit
bec4850fc3
6 changed files with 372 additions and 373 deletions
|
@ -850,8 +850,7 @@ void NetPlayDialog::OnMsgStartGame()
|
|||
g_netplay_chat_ui =
|
||||
std::make_unique<NetPlayChatUI>([this](const std::string& message) { SendMessage(message); });
|
||||
|
||||
if (m_host_input_authority &&
|
||||
Settings::Instance().GetNetPlayClient()->GetNetSettings().m_GolfMode)
|
||||
if (m_host_input_authority && Settings::Instance().GetNetPlayClient()->GetNetSettings().golf_mode)
|
||||
{
|
||||
g_netplay_golf_ui = std::make_unique<NetPlayGolfUI>(Settings::Instance().GetNetPlayClient());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue