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;
break;
case Common::EVENT_QUIT:
_vm->_system->quit();
_vm->_quit = true;
break;
default:
break;