aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/wintermute/video/video_theora_player.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/engines/wintermute/video/video_theora_player.cpp b/engines/wintermute/video/video_theora_player.cpp
index 99fce7b6ad..22c235c848 100644
--- a/engines/wintermute/video/video_theora_player.cpp
+++ b/engines/wintermute/video/video_theora_player.cpp
@@ -131,14 +131,7 @@ bool VideoTheoraPlayer::initialize(const Common::String &filename, const Common:
return STATUS_FAILED;
#endif
-
- if (_subtitler->loadSubtitles(_filename, subtitleFile)) {
- // We have subtitles
- _foundSubtitles = true;
- } else {
- // We couldn't load subtitles...
- _foundSubtitles = false;
- }
+ _foundSubtitles = _subtitler->loadSubtitles(_filename, subtitleFile);
_theoraDecoder->loadStream(_file);