aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2011-01-31 21:01:50 +0000
committerSven Hesse2011-01-31 21:01:50 +0000
commita3a51efa807843993dc31fdfe5b5b5a6efc321fb (patch)
tree87728c52fe2640336184da81160a115bf95dab96 /engines/gob/inter.h
parent1c1cfaf867673226337a7d8d6e30a83304124e09 (diff)
downloadscummvm-rg350-a3a51efa807843993dc31fdfe5b5b5a6efc321fb.tar.gz
scummvm-rg350-a3a51efa807843993dc31fdfe5b5b5a6efc321fb.tar.bz2
scummvm-rg350-a3a51efa807843993dc31fdfe5b5b5a6efc321fb.zip
GOB: Actually, draw opcode 0x90 is loadImage
Not just loadLBM. The image can be a TGA, LBM, BRC, BMP or JPEG. svn-id: r55694
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 b93060187e..38ef872983 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -612,7 +612,7 @@ protected:
void o7_draw0x89();
void o7_findFile();
void o7_getSystemProperty();
- void o7_loadLBM();
+ void o7_loadImage();
void o7_setVolume();
void o7_zeroVar();
void o7_getINIValue();