Let scumm engine handle EVENT_SCREEN_CHANGED and let the gui know. (Needed for disabling overlay scaling)

svn-id: r22026
This commit is contained in:
Johannes Schickel 2006-04-19 06:23:49 +00:00
parent 9e734b0851
commit 3f76984a41

View File

@ -181,6 +181,10 @@ void ScummEngine::parseEvents() {
_keyPressed = 54;
break;
case OSystem::EVENT_SCREEN_CHANGED:
g_gui.handleScreenChange();
break;
case OSystem::EVENT_QUIT:
if (_confirmExit)
confirmExitDialog();