[Scummvm-cvs-logs] scummvm master -> 13507d18583f646dbc19c1868b90b4b876151695

johndoe123 benjamin.haisch at t-online.de
Thu Apr 17 23:24:18 CEST 2014


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:
13507d1858 NEVERHOOD: Fix bug #6540: 'NEVERHOOD: lightswitch graphical glitch'


Commit: 13507d18583f646dbc19c1868b90b4b876151695
    https://github.com/scummvm/scummvm/commit/13507d18583f646dbc19c1868b90b4b876151695
Author: johndoe123 (john_doe at techie.com)
Date: 2014-04-17T23:20:47+02:00

Commit Message:
NEVERHOOD: Fix bug #6540: 'NEVERHOOD: lightswitch graphical glitch'

Changed paths:
    engines/neverhood/modules/module2200.cpp



diff --git a/engines/neverhood/modules/module2200.cpp b/engines/neverhood/modules/module2200.cpp
index f9033a9..6618cb3 100644
--- a/engines/neverhood/modules/module2200.cpp
+++ b/engines/neverhood/modules/module2200.cpp
@@ -885,7 +885,7 @@ void Scene2205::update() {
 	} else if (_isLightOn && !getGlobalVar(V_LIGHTS_ON)) {
 		_palette->addPalette(0xD00A028D, 0, 256, 0);
 		changeBackground(0xD00A028D);
-		_ssLightSwitch->setFileHashes(0x2D339030, 0xDAC86E84);
+		_ssLightSwitch->setFileHashes(0xD6C86E84, 0xDAC86E84);
 		sendMessage(_ssDoorFrame, 0x2000, 0);
 		changeMouseCursor(0xA0289D08);
 		_isKlaymenInLight = true;






More information about the Scummvm-git-logs mailing list