aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2011-01-25 02:51:51 +0000
committerSven Hesse2011-01-25 02:51:51 +0000
commita875901485145174d5ac8c04d8c5a8fb5cf73c08 (patch)
treed3f112b09685f7f665e2e3b2fba45001b3d101a5 /engines/gob/inter.h
parentc293eb60738c9f5941d011fdffe41a857f9f8d69 (diff)
downloadscummvm-rg350-a875901485145174d5ac8c04d8c5a8fb5cf73c08.tar.gz
scummvm-rg350-a875901485145174d5ac8c04d8c5a8fb5cf73c08.tar.bz2
scummvm-rg350-a875901485145174d5ac8c04d8c5a8fb5cf73c08.zip
GOB: o7_draw0x90 is o7_loadLBM
Stubbed for now svn-id: r55517
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 07f2f74167..c44f93e3ed 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -601,7 +601,7 @@ protected:
void o7_draw0x89();
void o7_draw0x8A();
void o7_getSystemProperty();
- void o7_draw0x90();
+ void o7_loadLBM();
void o7_draw0x93();
void o7_draw0xA1();
void o7_draw0xA2();