diff options
| author | Matthew Hoops | 2010-11-30 15:03:31 +0000 |
|---|---|---|
| committer | Matthew Hoops | 2010-11-30 15:03:31 +0000 |
| commit | f82478d4c092ba58e2b26179cb37505fdccbf2d8 (patch) | |
| tree | fad84ab25fb8c56b0a2c6b99e1f0a59bfdd017c1 | |
| parent | 48c209f2daa5b0e60e0abfb1c7f4e44227af4c49 (diff) | |
| download | scummvm-rg350-f82478d4c092ba58e2b26179cb37505fdccbf2d8.tar.gz scummvm-rg350-f82478d4c092ba58e2b26179cb37505fdccbf2d8.tar.bz2 scummvm-rg350-f82478d4c092ba58e2b26179cb37505fdccbf2d8.zip | |
MOHAWK: Fix the Myst fireplace
svn-id: r54678
| -rw-r--r-- | engines/mohawk/myst_stacks/myst.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/myst_stacks/myst.cpp b/engines/mohawk/myst_stacks/myst.cpp index 791b39f9e4..1aa9013799 100644 --- a/engines/mohawk/myst_stacks/myst.cpp +++ b/engines/mohawk/myst_stacks/myst.cpp @@ -2902,6 +2902,8 @@ void MystScriptParser_Myst::opcode_211_run(void) { _vm->_varStore->setVar(23, 1); else _vm->_varStore->setVar(23, 0); + + _vm->_gfx->updateScreen(); } } |
