diff options
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; |