aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v7.cpp
diff options
context:
space:
mode:
authorSven Hesse2011-02-02 19:56:24 +0000
committerSven Hesse2011-02-02 19:56:24 +0000
commitb9b8b4d3eb9cdd280bf0c1162a93087e4cb8f876 (patch)
treed6e1927f00c319040d781b186741f755c292a7b2 /engines/gob/inter_v7.cpp
parentc3e7b03b4632ee82e4744aa2ce9998005a61713b (diff)
downloadscummvm-rg350-b9b8b4d3eb9cdd280bf0c1162a93087e4cb8f876.tar.gz
scummvm-rg350-b9b8b4d3eb9cdd280bf0c1162a93087e4cb8f876.tar.bz2
scummvm-rg350-b9b8b4d3eb9cdd280bf0c1162a93087e4cb8f876.zip
GOB: Oops, set the correct opcode :P
svn-id: r55739
Diffstat (limited to 'engines/gob/inter_v7.cpp')
-rw-r--r--engines/gob/inter_v7.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_v7.cpp b/engines/gob/inter_v7.cpp
index e740c98d5d..eab68e725a 100644
--- a/engines/gob/inter_v7.cpp
+++ b/engines/gob/inter_v7.cpp
@@ -82,7 +82,7 @@ void Inter_v7::setupOpcodesGob() {
Inter_Playtoons::setupOpcodesGob();
OPCODEGOB(420, o7_oemToANSI);
- OPCODEGOB(513, o7_oemToANSI);
+ OPCODEGOB(513, o7_gob0x201);
}
void Inter_v7::o7_draw0x0C() {