diff options
author | Strangerke | 2015-12-23 18:15:14 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2015-12-23 21:43:16 +0100 |
commit | e8edff85f395d8c812f154c230300fd70b127171 (patch) | |
tree | b9ca64aea28b4b4563d31959b331ac32a87a7571 /engines/lab | |
parent | 8de38a8d1094ed9cbf3f3377091981cbad6176a9 (diff) | |
download | scummvm-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.h | 4 |
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; |