aboutsummaryrefslogtreecommitdiff
path: root/sword1
diff options
context:
space:
mode:
authorMax Horn2004-03-15 00:55:44 +0000
committerMax Horn2004-03-15 00:55:44 +0000
commitf8610cd1c5fca478ae50e473b175f4cb33ad563a (patch)
treee503386fd5db4730e496e771ca6bc00bb850ceb3 /sword1
parenta5e01a42b1e33a453b23ae6ff68073dc2625cfb7 (diff)
downloadscummvm-rg350-f8610cd1c5fca478ae50e473b175f4cb33ad563a.tar.gz
scummvm-rg350-f8610cd1c5fca478ae50e473b175f4cb33ad563a.tar.bz2
scummvm-rg350-f8610cd1c5fca478ae50e473b175f4cb33ad563a.zip
fix doxygen-comment mistakes
svn-id: r13286
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);