aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2011-01-26 19:01:42 +0000
committerSven Hesse2011-01-26 19:01:42 +0000
commite5f9eb30d36768352ebd677a0809bf30572e2053 (patch)
tree569f216a976770eecdc479dd2c67ad7222240821 /engines/gob/inter.h
parentb13d6026c76ff0147de44630bf5659f8d97d6ccd (diff)
downloadscummvm-rg350-e5f9eb30d36768352ebd677a0809bf30572e2053.tar.gz
scummvm-rg350-e5f9eb30d36768352ebd677a0809bf30572e2053.tar.bz2
scummvm-rg350-e5f9eb30d36768352ebd677a0809bf30572e2053.zip
GOB: o7_draw0x93 is o7_setVolume
svn-id: r55544
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 1c1bda8cd3..cafa1e1218 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -603,7 +603,7 @@ protected:
void o7_findFile();
void o7_getSystemProperty();
void o7_loadLBM();
- void o7_draw0x93();
+ void o7_setVolume();
void o7_zeroVar();
void o7_getINIValue();
void o7_setINIValue();