aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_lol.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-07 19:58:00 +0000
committerJohannes Schickel2009-06-07 19:58:00 +0000
commitc7861cb65e7bcddc8bb7e51a7df30f6419dcc105 (patch)
tree89439d6cca85062188d3f89acdde955fadd5b1db /engines/kyra/script_lol.cpp
parenta6ed05740f1f46639f38ccf0afb9c444564cc84f (diff)
downloadscummvm-rg350-c7861cb65e7bcddc8bb7e51a7df30f6419dcc105.tar.gz
scummvm-rg350-c7861cb65e7bcddc8bb7e51a7df30f6419dcc105.tar.bz2
scummvm-rg350-c7861cb65e7bcddc8bb7e51a7df30f6419dcc105.zip
Avoid warning about missing SFX file in Lands of Lore (it seems the original misses some datafiles for certain effects).
svn-id: r41350
Diffstat (limited to 'engines/kyra/script_lol.cpp')
-rw-r--r--engines/kyra/script_lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/script_lol.cpp b/engines/kyra/script_lol.cpp
index 56cfb9110f..6eb6ca96b6 100644
--- a/engines/kyra/script_lol.cpp
+++ b/engines/kyra/script_lol.cpp
@@ -1417,7 +1417,7 @@ int LoLEngine::olol_playEndSequence(EMCState *script){
_screen->hideMouse();
memset(_screen->getPalette(1), 0, 768);
- showOutro(c, _monsterDifficulty == 2 ? true : false);
+ showOutro(c, (_monsterDifficulty == 2));
quitGame();
return 0;