mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-31 22:53:54 +00:00
SCI: also set throttle trigger on kPalette(animate)
svn-id: r50109
This commit is contained in:
parent
98196b8af6
commit
8fce660090
@ -429,6 +429,8 @@ bool GfxPalette::kernelAnimate(byte fromColor, byte toColor, int speed) {
|
||||
scheduleCount++;
|
||||
}
|
||||
|
||||
g_sci->getEngineState()->_throttleTrigger = true;
|
||||
|
||||
for (scheduleNr = 0; scheduleNr < scheduleCount; scheduleNr++) {
|
||||
if (_schedules[scheduleNr].from == fromColor) {
|
||||
if (_schedules[scheduleNr].schedule <= now) {
|
||||
|
Loading…
Reference in New Issue
Block a user