aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-12-22 19:05:49 +0000
committerTorbjörn Andersson2003-12-22 19:05:49 +0000
commitc57402160d900e134c3fcb1d03de73d4278a2e26 (patch)
tree0f4cc24e1b6f3d279ca2e88fb3f80a7a4d39619e /scumm
parent73f10cd5900b2544aa46d3a7b810b7b6bb2ba2a5 (diff)
downloadscummvm-rg350-c57402160d900e134c3fcb1d03de73d4278a2e26.tar.gz
scummvm-rg350-c57402160d900e134c3fcb1d03de73d4278a2e26.tar.bz2
scummvm-rg350-c57402160d900e134c3fcb1d03de73d4278a2e26.zip
Subtitles in the FT/Dig intros should be working again. At least until
INSANE is enabled. Could anyone explain to me what's supposed to happen in the "if (_insanity)" case? svn-id: r11856
Diffstat (limited to 'scumm')
-rw-r--r--scumm/smush/smush_player.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/smush/smush_player.cpp b/scumm/smush/smush_player.cpp
index 8028d5eff7..1935ccff96 100644
--- a/scumm/smush/smush_player.cpp
+++ b/scumm/smush/smush_player.cpp
@@ -844,10 +844,10 @@ void SmushPlayer::setupAnim(const char *file, const char *directory) {
checkBlock(*sub, TYPE_AHDR);
handleAnimHeader(*sub);
- if (_insanity)
+ if (_insanity) {
if(!(_scumm->_features & GF_DEMO))
readString("mineroad.trs", directory);
- else
+ } else
readString(file, directory);
if (_scumm->_gameId == GID_FT) {