aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Bouclet2017-08-10 21:01:19 +0200
committerBastien Bouclet2017-08-10 21:02:10 +0200
commit79102d87ec67f221e7d78f1e1928926cc04a3a24 (patch)
tree2513e886386e12a8364b1e5404757c7a75c9027d
parentfb26a42aad0ec1c5b6d1fb141446ec158995995d (diff)
downloadscummvm-rg350-79102d87ec67f221e7d78f1e1928926cc04a3a24.tar.gz
scummvm-rg350-79102d87ec67f221e7d78f1e1928926cc04a3a24.tar.bz2
scummvm-rg350-79102d87ec67f221e7d78f1e1928926cc04a3a24.zip
MOHAWK: Myst: Fix showing the white page after dropping it
Fixes #10065.
-rw-r--r--engines/mohawk/myst.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/myst.cpp b/engines/mohawk/myst.cpp
index 505d2845e7..e229faf078 100644
--- a/engines/mohawk/myst.cpp
+++ b/engines/mohawk/myst.cpp
@@ -1240,6 +1240,7 @@ void MohawkEngine_Myst::dropPage() {
// Redraw page area
if (whitePage && _gameState->_globals.currentAge == 2) {
+ _scriptParser->toggleVar(41);
redrawArea(41);
} else if (bluePage) {
if (page == 6) {