From b80a9a2a378d9fe483ee2d6ddeb2b12c05b74da8 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 24 Feb 2004 05:14:00 +0000 Subject: Add case for 3do version. svn-id: r13020 --- scumm/script_v6he.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm') 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: -- cgit v1.2.3