mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Code cleanup
This commit is contained in:
@@ -69,7 +69,7 @@ void ApplyOnLobbyHandlerNetPackVisitor::visitLobbyClientConnected(LobbyClientCon
|
||||
GH.windows().popWindows(1);
|
||||
}
|
||||
|
||||
GH.windows().createAndPushWindow<CLobbyScreen>(static_cast<ESelectionScreen>(handler.screenType));
|
||||
GH.windows().createAndPushWindow<CLobbyScreen>(handler.screenType);
|
||||
}
|
||||
handler.state = EClientState::LOBBY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user