aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v7.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter_v7.cpp')
-rw-r--r--engines/gob/inter_v7.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/gob/inter_v7.cpp b/engines/gob/inter_v7.cpp
index 89f071eeef..9d76f483cf 100644
--- a/engines/gob/inter_v7.cpp
+++ b/engines/gob/inter_v7.cpp
@@ -69,6 +69,8 @@ void Inter_v7::setupOpcodesFunc() {
void Inter_v7::setupOpcodesGob() {
Inter_Playtoons::setupOpcodesGob();
+
+ OPCODEGOB(420, o7_oemToANSI);
}
void Inter_v7::o7_draw0x0C() {
@@ -313,4 +315,8 @@ void Inter_v7::storeValue(uint32 value) {
storeValue(index, type, value);
}
+void Inter_v7::o7_oemToANSI(OpGobParams &params) {
+ _vm->_game->_script->skip(2);
+}
+
} // End of namespace Gob