aboutsummaryrefslogtreecommitdiff
path: root/sword1
diff options
context:
space:
mode:
Diffstat (limited to 'sword1')
-rw-r--r--sword1/animation.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/sword1/animation.cpp b/sword1/animation.cpp
index 3dc114d503..74f9494d7f 100644
--- a/sword1/animation.cpp
+++ b/sword1/animation.cpp
@@ -379,10 +379,7 @@ bool AnimationState::decodeFrame() {
/**
* Plays an animated cutscene.
* @param filename the file name of the cutscene file
- * @param text the subtitles and voiceovers for the cutscene
- * @param musicOut lead-out music
*/
-
void MoviePlayer::play(const char *filename) {
#ifdef USE_MPEG2
AnimationState *anim = new AnimationState(_scr, _snd, _sys);