X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fgame.cpp;h=d64f3aa7e671af4cfcd9a36d34533ae299ae25ef;hb=06293fa8f503a76df1e4f45c3b1d63c40396b3f9;hp=c30ba40372f1c00f9a4251033659247297354e30;hpb=5d1c86c78cc243e3520fd278dbdd777a24db8697;p=evilplumber diff --git a/src/game.cpp b/src/game.cpp index c30ba40..d64f3aa 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -673,6 +673,7 @@ void LevelSwitcher::onLevelPassed(int score) writeSavedGames(); level = 0; + gameWidget->hide(); startWidget->show(); } }