Skip to content

Commit

Permalink
ACCESS: Trigger quit game at the end of doCast
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke authored and dreammaster committed Dec 13, 2014
1 parent 43f7fe9 commit 690bea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/access/amazon/amazon_scripts.cpp
Expand Up @@ -1064,8 +1064,8 @@ void AmazonScripts::doCast(int param1) {
_vm->_images.clear();
_vm->_screen->forceFadeOut();

warning("TODO: EXIT");

_vm->quitGame();
_vm->_events->pollEvents();
}

void AmazonScripts::setInactive() {
Expand Down

0 comments on commit 690bea4

Please sign in to comment.