1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

code review

This commit is contained in:
Laserlicht
2023-09-25 18:06:40 +02:00
committed by GitHub
parent 68e536c290
commit c3373ea34c
7 changed files with 29 additions and 25 deletions

View File

@@ -392,7 +392,7 @@ void CMainMenu::startTutorial()
void CMainMenu::openHighScoreScreen()
{
GH.windows().createAndPushWindow<CHighScoreScreen>();
GH.windows().createAndPushWindow<CHighScoreScreen>(CHighScoreScreen::HighScorePage::SCENARIO);
return;
}