From 352748878a79b31dc4ef0d0c9cac1924d83faf0e Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 22 Dec 2002 04:07:41 +0000 Subject: allow subtitles in smush animations to be disabled svn-id: r6055 --- scumm/script_v6.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 643d5e49f9..3ffbdb7864 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -2454,7 +2454,9 @@ void Scumm_v6::o6_miscOps() ScummRenderer * sr = new ScummRenderer(this, speed); SmushPlayer * sp = new SmushPlayer(sr); - + + if (_noSubtitles) + sp->hide("subtitles"); // INSANE mode 0: SMUSH movie playback if (args[1] == 0) { sp->play((char*)getStringAddressVar(VAR_VIDEONAME), getGameDataPath()); -- cgit v1.2.3