aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2011-01-25 12:13:42 +0000
committerSven Hesse2011-01-25 12:13:42 +0000
commitff13458eb74348960baa852e0c6bdcdc97faf88e (patch)
treeb9b84530cf613c7962e9793700c427f8b86fc256 /engines/gob/inter.h
parentc8f58b4e194fe7b8f9cc985505d7ba0dd34cfb6f (diff)
downloadscummvm-rg350-ff13458eb74348960baa852e0c6bdcdc97faf88e.tar.gz
scummvm-rg350-ff13458eb74348960baa852e0c6bdcdc97faf88e.tar.bz2
scummvm-rg350-ff13458eb74348960baa852e0c6bdcdc97faf88e.zip
GOB: o7_draw0x57 is o7_intToString
svn-id: r55527
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 f49c3fe52d..7e0fc2572d 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -597,7 +597,7 @@ protected:
void o7_loadCursor();
void o7_displayWarning();
void o7_draw0x45();
- void o7_draw0x57();
+ void o7_intToString();
void o7_draw0x89();
void o7_draw0x8A();
void o7_getSystemProperty();