[Scummvm-cvs-logs] scummvm master -> 7564be51d76bc77e82c586559f2f79d67238bfb0
bluegr
bluegr at gmail.com
Fri Jun 28 12:24:22 CEST 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7564be51d7 NEVERHOOD: Fix graphics glitch when opening the menu
Commit: 7564be51d76bc77e82c586559f2f79d67238bfb0
https://github.com/scummvm/scummvm/commit/7564be51d76bc77e82c586559f2f79d67238bfb0
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-06-28T03:23:18-07:00
Commit Message:
NEVERHOOD: Fix graphics glitch when opening the menu
Changed paths:
engines/neverhood/gamemodule.cpp
diff --git a/engines/neverhood/gamemodule.cpp b/engines/neverhood/gamemodule.cpp
index 96e8cc1..b358983 100644
--- a/engines/neverhood/gamemodule.cpp
+++ b/engines/neverhood/gamemodule.cpp
@@ -786,6 +786,7 @@ void GameModule::openMainMenu() {
createModule(1000, 0);
}
_vm->_screen->saveParams();
+ _vm->_screen->update();
_mainMenuRequested = false;
createMenuModule();
}
More information about the Scummvm-git-logs
mailing list