mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
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.
This commit is contained in:
parent
907f650620
commit
4a59c02a8f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user