aboutsummaryrefslogtreecommitdiff
path: root/engines/lab
diff options
context:
space:
mode:
authorStrangerke2015-12-23 18:15:14 +0100
committerWillem Jan Palenstijn2015-12-23 21:43:16 +0100
commite8edff85f395d8c812f154c230300fd70b127171 (patch)
treeb9ca64aea28b4b4563d31959b331ac32a87a7571 /engines/lab
parent8de38a8d1094ed9cbf3f3377091981cbad6176a9 (diff)
downloadscummvm-rg350-e8edff85f395d8c812f154c230300fd70b127171.tar.gz
scummvm-rg350-e8edff85f395d8c812f154c230300fd70b127171.tar.bz2
scummvm-rg350-e8edff85f395d8c812f154c230300fd70b127171.zip
LAB: Synchronize function definition in Intro
Diffstat (limited to 'engines/lab')
-rw-r--r--engines/lab/intro.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lab/intro.h b/engines/lab/intro.h
index 7eb4c6dc78..fd72190b61 100644
--- a/engines/lab/intro.h
+++ b/engines/lab/intro.h
@@ -52,13 +52,13 @@ private:
/**
* Reads in a picture.
*/
- void doPictText(const Common::String Filename, TextFont *msgFont, bool isScreen);
+ void doPictText(const Common::String filename, TextFont *msgFont, bool isScreen);
/**
* Does a one second delay, but checks the music while doing it.
*/
void musicDelay();
- void nReadPict(const Common::String Filename, bool PlayOnce = true);
+ void nReadPict(const Common::String filename, bool playOnce = true);
LabEngine *_vm;
bool _quitIntro, _introDoBlack;