aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-02-24 05:14:00 +0000
committerTravis Howell2004-02-24 05:14:00 +0000
commitb80a9a2a378d9fe483ee2d6ddeb2b12c05b74da8 (patch)
tree1b94e6e7586bfa94eb5d97e4fe46a32edd32a04e /scumm
parentdc1c78a58fe8302bfd06f54b5dbc07a941b7fdf0 (diff)
downloadscummvm-rg350-b80a9a2a378d9fe483ee2d6ddeb2b12c05b74da8.tar.gz
scummvm-rg350-b80a9a2a378d9fe483ee2d6ddeb2b12c05b74da8.tar.bz2
scummvm-rg350-b80a9a2a378d9fe483ee2d6ddeb2b12c05b74da8.zip
Add case for 3do version.
svn-id: r13020
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v6he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp
index 9daca63c44..fc8adfcde3 100644
--- a/scumm/script_v6he.cpp
+++ b/scumm/script_v6he.cpp
@@ -889,6 +889,7 @@ void ScummEngine_v6he::o6_kernelSetFunctions() {
break;
case 3:
case 4:
+ case 5:
//Used before mini games in 3DO versions, seems safe to ignore.
break;
default: