From 23f9cc0e4ec8638649e0ed5e78c0260305f80929 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Thu, 18 Jun 2009 13:27:48 +0000 Subject: Oops, forgot again that Fascination needs o1_assign svn-id: r41634 --- engines/gob/inter_fascin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/gob/inter_fascin.cpp b/engines/gob/inter_fascin.cpp index d1264021f7..1e47f2408e 100644 --- a/engines/gob/inter_fascin.cpp +++ b/engines/gob/inter_fascin.cpp @@ -84,6 +84,8 @@ void Inter_Fascination::setupOpcodesDraw() { void Inter_Fascination::setupOpcodesFunc() { Inter_v2::setupOpcodesFunc(); + + OPCODEFUNC(0x09, o1_assign); } void Inter_Fascination::setupOpcodesGob() { -- cgit v1.2.3