aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2011-01-29 22:46:16 +0000
committerSven Hesse2011-01-29 22:46:16 +0000
commit9b9c34a378be4f1964d97f5a15aa1ac5f7c54ee6 (patch)
tree4adc12f317c8e66b0533a6cb379d2c8a69f6806e /engines/gob/inter.h
parentce3d4b5d1b06644a210fd7198373488ad4c8cdf4 (diff)
downloadscummvm-rg350-9b9c34a378be4f1964d97f5a15aa1ac5f7c54ee6.tar.gz
scummvm-rg350-9b9c34a378be4f1964d97f5a15aa1ac5f7c54ee6.tar.bz2
scummvm-rg350-9b9c34a378be4f1964d97f5a15aa1ac5f7c54ee6.zip
GOB: o7_draw0x59 is o7_callGroup
svn-id: r55631
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index a7dec07a71..f6e1a3e548 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -600,7 +600,7 @@ protected:
void o7_displayWarning();
void o7_draw0x45();
void o7_intToString();
- void o7_draw0x59();
+ void o7_callGroup();
void o7_draw0x89();
void o7_findFile();
void o7_getSystemProperty();