aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 85b5998da6..9d5c45de0b 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -158,7 +158,7 @@ class PictureObject : public GameObject {
PictureObject(PictureObject *src);
virtual bool load(MfcArchive &file, bool bigPicture);
- virtual bool load(MfcArchive &file) { assert(0); } // Disable base class
+ virtual bool load(MfcArchive &file) { assert(0); return false; } // Disable base class
Common::Point *getDimensions(Common::Point *p);
void draw();