AGOS: Found a system->quit(), changed to _quit=true

svn-id: r32718
This commit is contained in:
Christopher Page 2008-06-16 17:34:58 +00:00
parent 45525e7d18
commit 23fc803dad

View file

@ -280,7 +280,7 @@ void MoviePlayer::handleNextFrame() {
_rightButtonDown = false; _rightButtonDown = false;
break; break;
case Common::EVENT_QUIT: case Common::EVENT_QUIT:
_vm->_system->quit(); _vm->_quit = true;
break; break;
default: default:
break; break;