Skip to content

Commit

Permalink
ZVISION: Use ifQuit for menu bars
Browse files Browse the repository at this point in the history
  • Loading branch information
Marisa-Chan committed Nov 12, 2014
1 parent c79ac80 commit fcbb3d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/zvision/core/menu.cpp
Expand Up @@ -174,7 +174,7 @@ void menuZgi::onMouseUp(const Common::Point &Pos) {
scrollPos[menu_MAIN],
320 + 135 + 135,
scrollPos[menu_MAIN] + 32).contains(Pos)) {
// ifquit();
_engine->ifQuit();
}

// Settings
Expand Down Expand Up @@ -591,7 +591,7 @@ void menuNem::onMouseUp(const Common::Point &Pos) {
scrollPos,
buts[3][0] + buts[3][1],
scrollPos + 32).contains(Pos)) {
// ifquit();
_engine->ifQuit();
frm = 5;
redraw = true;
}
Expand Down

0 comments on commit fcbb3d0

Please sign in to comment.