From f825ccd63fef64a3ff22a134c01ead71b41354f9 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 15 Dec 2008 16:01:39 +0000 Subject: Script fix. Magnifier, Memory and Save/Load, while still not working correctly, don't crash the game anymore svn-id: r35385 --- engines/gob/inter_v3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/inter_v3.cpp') diff --git a/engines/gob/inter_v3.cpp b/engines/gob/inter_v3.cpp index 899a749f08..131b15fc37 100644 --- a/engines/gob/inter_v3.cpp +++ b/engines/gob/inter_v3.cpp @@ -489,7 +489,7 @@ void Inter_v3::setupOpcodes() { /* 24 */ OPCODE(o1_putPixel), OPCODE(o2_goblinFunc), - OPCODE(o2_createSprite), + OPCODE(o1_createSprite), OPCODE(o1_freeSprite), /* 28 */ {NULL, ""}, -- cgit v1.2.3