continue in the tour-ESC menu

This commit is contained in:
Zeno Rogue 2017-08-06 16:53:12 +02:00
parent e4e160a7da
commit bc28c29931
1 changed files with 1 additions and 0 deletions

View File

@ -435,6 +435,7 @@ void showMission() {
else
dialog::addBreak(200);
dialog::addItem(XLAT("main menu"), 'v');
dialog::addItem("continue", SDLK_ESCAPE);
#endif
}
else {