aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/surface.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-10-16 22:16:32 -0400
committerMatthew Hoops2012-10-16 22:16:32 -0400
commitdc3facfc62ac794510d4c9c752deddd52cd70a8e (patch)
treee757a0b0c7df43c555ce4b713382297f57376f83 /engines/pegasus/surface.h
parentc645f7dc9334a34c4b48684297ceb17e3595b827 (diff)
downloadscummvm-rg350-dc3facfc62ac794510d4c9c752deddd52cd70a8e.tar.gz
scummvm-rg350-dc3facfc62ac794510d4c9c752deddd52cd70a8e.tar.bz2
scummvm-rg350-dc3facfc62ac794510d4c9c752deddd52cd70a8e.zip
PEGASUS: Improve error messages when failing to load PICT images
Diffstat (limited to 'engines/pegasus/surface.h')
-rw-r--r--engines/pegasus/surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/surface.h b/engines/pegasus/surface.h
index 4588146fb4..47e3ef538c 100644
--- a/engines/pegasus/surface.h
+++ b/engines/pegasus/surface.h
@@ -84,7 +84,7 @@ protected:
Common::Rect _bounds;
private:
- void getImageFromPICTStream(Common::SeekableReadStream *stream);
+ bool getImageFromPICTStream(Common::SeekableReadStream *stream);
uint32 getGlowColor(uint32 color) const;
bool isTransparent(uint32 color) const;