aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/intro.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/intro.h')
-rw-r--r--engines/lab/intro.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/engines/lab/intro.h b/engines/lab/intro.h
index 9961be6226..f86d3baf69 100644
--- a/engines/lab/intro.h
+++ b/engines/lab/intro.h
@@ -55,14 +55,10 @@ private:
*/
void doPictText(const Common::String filename, bool isScreen = false);
- /**
- * 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, bool noPalChange = false, bool doBlack = false, int wait = 0);
LabEngine *_vm;
- bool _quitIntro, _introDoBlack;
+ bool _quitIntro;
TextFont *_font;
};