added quit event

svn-id: r8398
This commit is contained in:
Max Horn 2003-06-08 12:11:14 +00:00
parent 083f4c4845
commit be9e6e85db
8 changed files with 52 additions and 48 deletions

View file

@ -4488,6 +4488,10 @@ void SimonEngine::delay(uint amount) {
else
_exit_cutscene = true;
break;
case OSystem::EVENT_QUIT:
_system->quit();
break;
default:
break;