diff options
| -rw-r--r-- | scumm/script_v80he.cpp | 2 | ||||
| -rw-r--r-- | scumm/script_v90he.cpp | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp index 6b61e8a3e5..5dbb775d31 100644 --- a/scumm/script_v80he.cpp +++ b/scumm/script_v80he.cpp @@ -325,7 +325,7 @@ void ScummEngine_v80he::setupOpcodes() {  		OPCODE(o72_deleteFile),  		OPCODE(o6_rename),  		/* E0 */ -		OPCODE(o6_soundOps), +		OPCODE(o6_invalid),  		OPCODE(o72_getPixel),  		OPCODE(o6_localizeArray),  		OPCODE(o80_pickVarRandom), diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp index b461f0a0f3..d408b86ecc 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -325,7 +325,7 @@ void ScummEngine_v90he::setupOpcodes() {  		OPCODE(o72_deleteFile),  		OPCODE(o6_rename),  		/* E0 */ -		OPCODE(o6_soundOps), +		OPCODE(o6_invalid),  		OPCODE(o72_getPixel),  		OPCODE(o6_localizeArray),  		OPCODE(o80_pickVarRandom), | 
