aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/dispman.h
diff options
context:
space:
mode:
authorStrangerke2015-12-20 16:52:49 +0100
committerWillem Jan Palenstijn2015-12-23 21:35:32 +0100
commitcff1f99b26e64b03a8c7d6f456b48b333e8bf882 (patch)
tree262fbaced217f609ab76c701b88835abd9a3bea0 /engines/lab/dispman.h
parent4dfc428bac7e80a89e9177786b806d8ad0436078 (diff)
downloadscummvm-rg350-cff1f99b26e64b03a8c7d6f456b48b333e8bf882.tar.gz
scummvm-rg350-cff1f99b26e64b03a8c7d6f456b48b333e8bf882.tar.bz2
scummvm-rg350-cff1f99b26e64b03a8c7d6f456b48b333e8bf882.zip
LAB: Set a default to the second parameter of readPict
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();
/**