Skip to content

Commit

Permalink
LILLIPUT: fix regression in 6aef68e
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke authored and sev- committed Mar 28, 2018
1 parent 8bc2d28 commit b4629af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/lilliput/script.cpp
Expand Up @@ -1796,7 +1796,7 @@ void LilliputScript::OC_displayVGAFile() {
Common::String fileName = Common::String((const char *)&_vm->_rulesChunk4[index]);
_word1881B = -1;
_vm->displayVGAFile(fileName);
OC_PaletteFadeOut();
OC_PaletteFadeIn();
}

void LilliputScript::OC_sub184D7() {
Expand Down

0 comments on commit b4629af

Please sign in to comment.