mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Renamed new LobbyXXX classes to GlobaLobbyXXX
This commit is contained in:
@@ -467,7 +467,7 @@ CMultiMode::CMultiMode(ESelectionScreen ScreenType)
|
||||
void CMultiMode::openLobby()
|
||||
{
|
||||
close();
|
||||
GH.windows().createAndPushWindow<LobbyWindow>();
|
||||
GH.windows().createAndPushWindow<GlobalLobbyWindow>();
|
||||
}
|
||||
|
||||
void CMultiMode::hostTCP()
|
||||
|
||||
Reference in New Issue
Block a user