[Scummvm-cvs-logs] scummvm master -> 71420a658e01097f62e20a861f1b2204e6224a86
dreammaster
dreammaster at scummvm.org
Wed Oct 2 04:14:17 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:
71420a658e TSAGE: Shading fix when restoring a game from the title screen
Commit: 71420a658e01097f62e20a861f1b2204e6224a86
https://github.com/scummvm/scummvm/commit/71420a658e01097f62e20a861f1b2204e6224a86
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-10-01T19:13:43-07:00
Commit Message:
TSAGE: Shading fix when restoring a game from the title screen
Changed paths:
engines/tsage/ringworld2/ringworld2_logic.cpp
diff --git a/engines/tsage/ringworld2/ringworld2_logic.cpp b/engines/tsage/ringworld2/ringworld2_logic.cpp
index b86b828..597ddf3 100644
--- a/engines/tsage/ringworld2/ringworld2_logic.cpp
+++ b/engines/tsage/ringworld2/ringworld2_logic.cpp
@@ -615,7 +615,7 @@ void SceneHandlerExt::process(Event &event) {
void SceneHandlerExt::postLoad(int priorSceneBeforeLoad, int currentSceneBeforeLoad) {
if (priorSceneBeforeLoad == -1 || priorSceneBeforeLoad == 50
- || priorSceneBeforeLoad == 180 || priorSceneBeforeLoad == 205)
+ || currentSceneBeforeLoad == 180 || priorSceneBeforeLoad == 205)
setupPaletteMaps();
if (currentSceneBeforeLoad == 2900) {
More information about the Scummvm-git-logs
mailing list