aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/intro.h
diff options
context:
space:
mode:
authorStrangerke2015-12-20 16:46:45 +0100
committerWillem Jan Palenstijn2015-12-23 21:35:32 +0100
commit4dfc428bac7e80a89e9177786b806d8ad0436078 (patch)
treeae714d26db3b750f5511809e74733df49bb3ae82 /engines/lab/intro.h
parentcc039ef1135dc6f751ef23e22c344b7b9456653c (diff)
downloadscummvm-rg350-4dfc428bac7e80a89e9177786b806d8ad0436078.tar.gz
scummvm-rg350-4dfc428bac7e80a89e9177786b806d8ad0436078.tar.bz2
scummvm-rg350-4dfc428bac7e80a89e9177786b806d8ad0436078.zip
LAB: Some cleanup and refactoring
Diffstat (limited to 'engines/lab/intro.h')
-rw-r--r--engines/lab/intro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/intro.h b/engines/lab/intro.h
index 6f7bc97cfa..7eb4c6dc78 100644
--- a/engines/lab/intro.h
+++ b/engines/lab/intro.h
@@ -58,7 +58,7 @@ private:
* Does a one second delay, but checks the music while doing it.
*/
void musicDelay();
- void nReadPict(const Common::String Filename, bool PlayOnce);
+ void nReadPict(const Common::String Filename, bool PlayOnce = true);
LabEngine *_vm;
bool _quitIntro, _introDoBlack;