From f50af11b5d99c1a6e8327261bfe1a3b3cae51dcc Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 17 Mar 2005 11:06:43 +0000 Subject: Add HE72 version of file rename opcode svn-id: r17175 --- scumm/script_v80he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v80he.cpp') diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp index f573187592..8b4b255eeb 100644 --- a/scumm/script_v80he.cpp +++ b/scumm/script_v80he.cpp @@ -319,7 +319,7 @@ void ScummEngine_v80he::setupOpcodes() { OPCODE(o72_writeFile), OPCODE(o72_findAllObjects), OPCODE(o72_deleteFile), - OPCODE(o60_rename), + OPCODE(o72_rename), /* E0 */ OPCODE(o80_unknownE0), OPCODE(o72_getPixel), -- cgit v1.2.3