aboutsummaryrefslogtreecommitdiff
path: root/sword1
diff options
context:
space:
mode:
authorRobert Göffringmann2004-01-01 17:11:43 +0000
committerRobert Göffringmann2004-01-01 17:11:43 +0000
commita55c9976e2758e65d3ae518d64df637877bce828 (patch)
tree20821443cbd7ba51959f437cd5d7caf5eaad6ea8 /sword1
parentbd5ec2612b5123b87d3ef9b3ad6c9d033dba63b5 (diff)
downloadscummvm-rg350-a55c9976e2758e65d3ae518d64df637877bce828.tar.gz
scummvm-rg350-a55c9976e2758e65d3ae518d64df637877bce828.tar.bz2
scummvm-rg350-a55c9976e2758e65d3ae518d64df637877bce828.zip
whoops.
svn-id: r12073
Diffstat (limited to 'sword1')
-rw-r--r--sword1/logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/logic.cpp b/sword1/logic.cpp
index 0793c2d746..cc89d5a797 100644
--- a/sword1/logic.cpp
+++ b/sword1/logic.cpp
@@ -1520,7 +1520,7 @@ int SwordLogic::fnStopFx(BsObject *cpt, int32 id, int32 fxNo, int32 b, int32 c,
int SwordLogic::fnPlayMusic(BsObject *cpt, int32 id, int32 tuneId, int32 loopFlag, int32 c, int32 d, int32 z, int32 x) {
if (tuneId == 153)
- return ;
+ return SCRIPT_CONT;
if (loopFlag == LOOPED)
_scriptVars[CURRENT_MUSIC] = tuneId; // so it gets restarted when saving & reloading
else