diff options
author | Travis Howell | 2004-07-17 07:34:34 +0000 |
---|---|---|
committer | Travis Howell | 2004-07-17 07:34:34 +0000 |
commit | 5b238e17c1f6ac340ae22928db607aea662967de (patch) | |
tree | a7ca5eba0e46eae32f81810dea9f8561b2853905 | |
parent | 7da0466ec59fa1b2410bc6783345b167768201c7 (diff) | |
download | scummvm-rg350-5b238e17c1f6ac340ae22928db607aea662967de.tar.gz scummvm-rg350-5b238e17c1f6ac340ae22928db607aea662967de.tar.bz2 scummvm-rg350-5b238e17c1f6ac340ae22928db607aea662967de.zip |
Don't remap arrow keys in later games.
Allow arrows keys to work in lander game of Dig again.
svn-id: r14232
-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 f49e14581a..8c1bf8efe0 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1774,7 +1774,7 @@ void ScummEngine::parseEvents() { 327, 328, 329 }; _keyPressed = numpad[event.kbd.ascii - '0']; - } else if (event.kbd.ascii < 273 || event.kbd.ascii > 276 || _gameId == GID_FT) { + } else if (event.kbd.ascii < 273 || event.kbd.ascii > 276 || _version >= 7) { // don't let game have arrow keys as we currently steal them // for keyboard cursor control // this fixes bug with up arrow (273) corresponding to |