aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-01-24 03:31:14 +0000
committerTravis Howell2006-01-24 03:31:14 +0000
commitd3373e49008476727309a479f8fe5ba86a2ac2d8 (patch)
tree3db27506537fefc320f951c66118c4b79e1ce1b6
parenta4f40bb841893b79d1e489d634f3df39e29f3033 (diff)
downloadscummvm-rg350-d3373e49008476727309a479f8fe5ba86a2ac2d8.tar.gz
scummvm-rg350-d3373e49008476727309a479f8fe5ba86a2ac2d8.tar.bz2
scummvm-rg350-d3373e49008476727309a479f8fe5ba86a2ac2d8.zip
FM-TOWNS version of Zak only.
svn-id: r20155
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index bb220853af..28105e4421 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -2340,7 +2340,7 @@ int ScummEngine::scummLoop(int delta) {
VAR(VAR_TMR_1) += delta;
VAR(VAR_TMR_2) += delta;
VAR(VAR_TMR_3) += delta;
- if (_gameId == GID_ZAK || _gameId == GID_INDY3) {
+ if ((_gameId == GID_ZAK && _platform == Common::kPlatformFMTowns) || _gameId == GID_INDY3) {
// All versions of Indy3 set three extra timers
// FM-TOWNS version of Zak sets three extra timers
VAR(39) += delta;