aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/parse.h
diff options
context:
space:
mode:
authorSven Hesse2009-04-27 18:56:28 +0000
committerSven Hesse2009-04-27 18:56:28 +0000
commitc88b077fcc9f8f06b36f882285f14e0fe7a8a5a6 (patch)
tree7dbe6d1cbe94f87665225911e9b1bcb95e267941 /engines/gob/parse.h
parentf177c7142c996fbeed564fe06316f5bc6f6b6914 (diff)
downloadscummvm-rg350-c88b077fcc9f8f06b36f882285f14e0fe7a8a5a6.tar.gz
scummvm-rg350-c88b077fcc9f8f06b36f882285f14e0fe7a8a5a6.tar.bz2
scummvm-rg350-c88b077fcc9f8f06b36f882285f14e0fe7a8a5a6.zip
Some minor clean-up
svn-id: r40166
Diffstat (limited to 'engines/gob/parse.h')
-rw-r--r--engines/gob/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/parse.h b/engines/gob/parse.h
index feafbaa455..058d94afa6 100644
--- a/engines/gob/parse.h
+++ b/engines/gob/parse.h
@@ -136,7 +136,7 @@ public:
Parse_v2(GobEngine *vm);
virtual ~Parse_v2() {}
- virtual int16 sub_12063(int16 arg_0, byte arg_2, uint32 arg_3, uint16 arg_7, uint16 arg_9);
+ virtual int16 getOffset(int16 arg_0, byte arg_2, uint32 arg_3, uint16 arg_7, uint16 arg_9);
virtual int16 parseVarIndex(uint16 *arg_0 = 0, uint16 *arg_4 = 0);
virtual int16 parseValExpr(byte stopToken = 99);