Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Reset scale after stats screen
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/Menu/StatisticsState.cpp
|
@@ -320,7 +320,7 @@ void StatisticsState::btnOkClick(Action *) |
|
|
else |
|
|
{ |
|
|
_game->setSavedGame(0); |
|
|
_game->setState(new MainMenuState); |
|
|
_game->setState(new GoToMainMenuState); |
|
|
} |
|
|
} |
|
|
|
|
|