[Scummvm-cvs-logs] scummvm master -> 4a59c02a8f9e8d7a2f4680753777ab46a4e81def

DrMcCoy drmccoy at drmccoy.de
Fri Apr 19 11:44:43 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:
4a59c02a8f GOB: Add a call to Inter::animPalette() in the hotspot checker


Commit: 4a59c02a8f9e8d7a2f4680753777ab46a4e81def
    https://github.com/scummvm/scummvm/commit/4a59c02a8f9e8d7a2f4680753777ab46a4e81def
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2013-04-19T02:40:18-07:00

Commit Message:
GOB: Add a call to Inter::animPalette() in the hotspot checker

The original has the call there too, as confirmed using
the disasm of the gob3 binary.

This fixes bug #3611208.

Changed paths:
    engines/gob/hotspots.cpp



diff --git a/engines/gob/hotspots.cpp b/engines/gob/hotspots.cpp
index 11b6150..cd00cd1 100644
--- a/engines/gob/hotspots.cpp
+++ b/engines/gob/hotspots.cpp
@@ -1995,6 +1995,7 @@ bool Hotspots::leaveNthPlain(uint16 n, uint16 startIndex, int16 timeVal, const u
 		// Call the leave and time it
 		startTime = _vm->_util->getTimeKey();
 		call(spot.funcLeave);
+		_vm->_inter->animPalette();
 		callTime = _vm->_util->getTimeKey() - startTime;
 
 		// Remove the time it took from the time we have available






More information about the Scummvm-git-logs mailing list