SCI: Implement kPlayVMD subop 23 (set palette range)

Fixes the wrong palette during video sequences in GK2 and the demo of RAMA
This commit is contained in:
Filippos Karapetis 2012-06-23 21:00:25 +03:00
parent a6b65b84b0
commit f06eb05e8c
3 changed files with 17 additions and 4 deletions

View file

@ -122,6 +122,8 @@ void EngineState::reset(bool isRestoring) {
_videoState.reset();
_syncedAudioOptions = false;
_vmdPalStart = 0;
_vmdPalEnd = 256;
}
void EngineState::speedThrottler(uint32 neededSleep) {