Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
STARk: Apply the backPreScreen on DiaryIndexScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Dougaak committed May 18, 2018
1 parent 4033b26 commit 7a6a8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/stark/ui/menu/diaryindex.cpp
Expand Up @@ -110,7 +110,7 @@ void DiaryIndexScreen::widgetTextColorHandler(StaticLocationWidget &widget, cons
}

void DiaryIndexScreen::backHandler() {
StarkUserInterface->changeScreen(Screen::kScreenGame);
StarkUserInterface->backPreScreen();
}

void DiaryIndexScreen::quitHandler() {
Expand Down

0 comments on commit 7a6a8fd

Please sign in to comment.