diff options
| -rw-r--r-- | scumm/script_v6he.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index a0118ba2d1..9daca63c44 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -887,6 +887,10 @@ void ScummEngine_v6he::o6_kernelSetFunctions() {  		//if (args[5] >= args[3]) {  		//}  		break; +	case 3: +	case 4: +		//Used before mini games in 3DO versions, seems safe to ignore. +		break;  	default:  		error("o6_kernelSetFunctions: default case %d (param count %d)", args[0], num);  		break; | 
