1
0
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:
Ivan Savenko
2023-12-27 17:07:44 +02:00
parent ee797cb245
commit 20a38d8514
3 changed files with 32 additions and 32 deletions

View File

@@ -467,7 +467,7 @@ CMultiMode::CMultiMode(ESelectionScreen ScreenType)
void CMultiMode::openLobby()
{
close();
GH.windows().createAndPushWindow<LobbyWindow>();
GH.windows().createAndPushWindow<GlobalLobbyWindow>();
}
void CMultiMode::hostTCP()