From cff1f99b26e64b03a8c7d6f456b48b333e8bf882 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 20 Dec 2015 16:52:49 +0100 Subject: LAB: Set a default to the second parameter of readPict --- engines/lab/dispman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/lab/dispman.h') 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(); /** -- cgit v1.2.3