aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2011-01-25 11:01:51 +0000
committerSven Hesse2011-01-25 11:01:51 +0000
commitc8f58b4e194fe7b8f9cc985505d7ba0dd34cfb6f (patch)
treeb3d2eacdbcfc99ea30ccdc97fa1cb6f91575cb3a /engines/gob/inter.h
parente1a9c866bf40abf487030aca9fe8a5fa90cefe79 (diff)
downloadscummvm-rg350-c8f58b4e194fe7b8f9cc985505d7ba0dd34cfb6f.tar.gz
scummvm-rg350-c8f58b4e194fe7b8f9cc985505d7ba0dd34cfb6f.tar.bz2
scummvm-rg350-c8f58b4e194fe7b8f9cc985505d7ba0dd34cfb6f.zip
GOB: o7_draw0x0D is o7_loadCursor
Not implemented yet, because they're in cursor32.dll as PE resources... svn-id: r55526
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 18b7260f78..f49c3fe52d 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -594,7 +594,7 @@ protected:
virtual void setupOpcodesGob();
void o7_draw0x0C();
- void o7_draw0x0D();
+ void o7_loadCursor();
void o7_displayWarning();
void o7_draw0x45();
void o7_draw0x57();