aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/script.cpp
diff options
context:
space:
mode:
authorStrangerke2012-07-02 00:27:38 +0200
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commit7554c07be1883e54ab1946cbda881bef272e57f5 (patch)
tree5366b2e2a26946c92cc2888fea558530b89c2c9d /engines/lilliput/script.cpp
parented9daf2ed649878a8a3eafcbbae4e60989e039ca (diff)
downloadscummvm-rg350-7554c07be1883e54ab1946cbda881bef272e57f5.tar.gz
scummvm-rg350-7554c07be1883e54ab1946cbda881bef272e57f5.tar.bz2
scummvm-rg350-7554c07be1883e54ab1946cbda881bef272e57f5.zip
LILLIPUT: Some more renaming
Diffstat (limited to 'engines/lilliput/script.cpp')
-rw-r--r--engines/lilliput/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lilliput/script.cpp b/engines/lilliput/script.cpp
index 89b414af57..bf616d830d 100644
--- a/engines/lilliput/script.cpp
+++ b/engines/lilliput/script.cpp
@@ -3111,7 +3111,7 @@ void LilliputScript::OC_loadFileAerial() {
_vm->_refreshScreenFlag = true;
_talkingCharacter = -1;
OC_PaletteFadeOut();
- _vm->_bool15AC2 = true;
+ _vm->_displayGreenHand = true;
_vm->displayVGAFile("AERIAL.GFX");
OC_PaletteFadeIn();