aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v1.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-04-05 16:04:59 +0000
committerSven Hesse2007-04-05 16:04:59 +0000
commit96c6ae041fdb14ad557abdb2d95fe2cd62f17a97 (patch)
tree68968c5b897fcc05c200308f98d8a594dcc3d293 /engines/gob/inter_v1.cpp
parentf2c1600c3d68c57faa0d7607fe52420b233e34f1 (diff)
downloadscummvm-rg350-96c6ae041fdb14ad557abdb2d95fe2cd62f17a97.tar.gz
scummvm-rg350-96c6ae041fdb14ad557abdb2d95fe2cd62f17a97.tar.bz2
scummvm-rg350-96c6ae041fdb14ad557abdb2d95fe2cd62f17a97.zip
Added save/load stub for Gob3, recognizing the use of "INTRO.$$$" as an extra background buffer
svn-id: r26386
Diffstat (limited to 'engines/gob/inter_v1.cpp')
-rw-r--r--engines/gob/inter_v1.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/gob/inter_v1.cpp b/engines/gob/inter_v1.cpp
index f5627369f6..ebeaec481b 100644
--- a/engines/gob/inter_v1.cpp
+++ b/engines/gob/inter_v1.cpp
@@ -697,8 +697,7 @@ void Inter_v1::executeGoblinOpcode(int i, OpGobParams &params) {
_vm->_global->_inter_execPtr -= 2;
int16 cmd = load16();
_vm->_global->_inter_execPtr += cmd * 2;
- }
- else
+ } else
(this->*op) (params);
}