aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.cpp
diff options
context:
space:
mode:
authorBastien Bouclet2010-11-29 20:52:33 +0000
committerBastien Bouclet2010-11-29 20:52:33 +0000
commite26fb921e9ab814b81ba5c496c626e49f03a47a3 (patch)
tree8316d6e2509801198a2e6f04ab53d12393d27051 /engines/mohawk/myst.cpp
parent200cafd40fe1523aeefa11ddefd0a66bddcf2c05 (diff)
downloadscummvm-rg350-e26fb921e9ab814b81ba5c496c626e49f03a47a3.tar.gz
scummvm-rg350-e26fb921e9ab814b81ba5c496c626e49f03a47a3.tar.bz2
scummvm-rg350-e26fb921e9ab814b81ba5c496c626e49f03a47a3.zip
MOHAWK; Post rebase fixes :
- Restore invoking resource change - Update the screen after drawing a conditional image svn-id: r54604
Diffstat (limited to 'engines/mohawk/myst.cpp')
-rw-r--r--engines/mohawk/myst.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mohawk/myst.cpp b/engines/mohawk/myst.cpp
index 268d9bb501..448334492c 100644
--- a/engines/mohawk/myst.cpp
+++ b/engines/mohawk/myst.cpp
@@ -473,14 +473,14 @@ void MohawkEngine_Myst::changeToCard(uint16 card) {
error("Unknown sound action %d", soundAction);
}
+ // Run the entrance script (if present)
+ runInitScript();
+
// Update the images of each area too
drawResourceImages();
// TODO: Handle Script Resources
- // Run the entrance script (if present)
- runInitScript();
-
// Make sure we have the right cursor showing
_curResource = -1;
checkCurrentResource();