diff options
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r-- | scumm/script_v90he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp index 1ae0591958..c120ddd6ad 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -323,7 +323,7 @@ void ScummEngine_v90he::setupOpcodes() { OPCODE(o72_deleteFile), OPCODE(o72_rename), /* E0 */ - OPCODE(o80_unknownE0), + OPCODE(o80_drawLine), OPCODE(o72_getPixel), OPCODE(o60_localizeArrayToScript), OPCODE(o80_pickVarRandom), |