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:
parent
a6b65b84b0
commit
f06eb05e8c
3 changed files with 17 additions and 4 deletions
|
@ -122,6 +122,8 @@ void EngineState::reset(bool isRestoring) {
|
|||
|
||||
_videoState.reset();
|
||||
_syncedAudioOptions = false;
|
||||
_vmdPalStart = 0;
|
||||
_vmdPalEnd = 256;
|
||||
}
|
||||
|
||||
void EngineState::speedThrottler(uint32 neededSleep) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue