aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v8.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index b8b06f13fe..aed8765920 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -1370,6 +1370,10 @@ void Scumm_v8::o8_startVideo()
ScummRenderer * sr = new ScummRenderer(this, 83);
SmushPlayer * sp = new SmushPlayer(sr);
+
+ if (_noSubtitles)
+ sp->hide("subtitles");
+
sp->play((char*)_scriptPointer, getGameDataPath());
delete sp;