diff options
| author | Travis Howell | 2006-01-24 03:31:14 +0000 |
|---|---|---|
| committer | Travis Howell | 2006-01-24 03:31:14 +0000 |
| commit | d3373e49008476727309a479f8fe5ba86a2ac2d8 (patch) | |
| tree | 3db27506537fefc320f951c66118c4b79e1ce1b6 | |
| parent | a4f40bb841893b79d1e489d634f3df39e29f3033 (diff) | |
| download | scummvm-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.cpp | 2 |
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; |
