From 79102d87ec67f221e7d78f1e1928926cc04a3a24 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 10 Aug 2017 21:01:19 +0200 Subject: MOHAWK: Myst: Fix showing the white page after dropping it Fixes #10065. --- engines/mohawk/myst.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mohawk/myst.cpp') 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) { -- cgit v1.2.3