From e8edff85f395d8c812f154c230300fd70b127171 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 23 Dec 2015 18:15:14 +0100 Subject: LAB: Synchronize function definition in Intro --- engines/lab/intro.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/lab') 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; -- cgit v1.2.3