aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sword1/logic.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/sword1/logic.cpp b/sword1/logic.cpp
index 59144fdb4f..84ede12c4e 100644
--- a/sword1/logic.cpp
+++ b/sword1/logic.cpp
@@ -930,8 +930,7 @@ int Logic::fnPlaySequence(Object *cpt, int32 id, int32 sequenceId, int32 d, int3
"credits", // 19 CD2 credits, to follow "finale" sequence
// etc.
};
-
- warning("fnPlaySequence(%d) called", sequenceId);
+
MoviePlayer player(_screen, _mixer, _system);
player.play(sequence_list[sequenceId]);