aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/dispman.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/dispman.h')
-rw-r--r--engines/lab/dispman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/dispman.h b/engines/lab/dispman.h
index 3ada808e95..1ca58874ca 100644
--- a/engines/lab/dispman.h
+++ b/engines/lab/dispman.h
@@ -85,7 +85,7 @@ public:
/**
* Reads in a picture into the display bitmap.
*/
- void readPict(Common::String filename, bool playOnce, bool onlyDiffData = false, byte *memoryBuffer = nullptr, uint16 maxHeight = 0);
+ void readPict(Common::String filename, bool playOnce = true, bool onlyDiffData = false, byte *memoryBuffer = nullptr, uint16 maxHeight = 0);
void freePict();
/**