aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorMax Horn2005-05-08 17:13:08 +0000
committerMax Horn2005-05-08 17:13:08 +0000
commit74f15bea74f140a1c71db12be970f25f21e315a0 (patch)
tree2e1036efdaab4e82cd017e60094647c55663b478 /sword2
parent2eb868d2a3a89eb8f6d71ab6580e0a015552ccbc (diff)
downloadscummvm-rg350-74f15bea74f140a1c71db12be970f25f21e315a0.tar.gz
scummvm-rg350-74f15bea74f140a1c71db12be970f25f21e315a0.tar.bz2
scummvm-rg350-74f15bea74f140a1c71db12be970f25f21e315a0.zip
Fix doxygen warning
svn-id: r17970
Diffstat (limited to 'sword2')
-rw-r--r--sword2/driver/animation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sword2/driver/animation.cpp b/sword2/driver/animation.cpp
index c91d1dd933..0d9c376ea1 100644
--- a/sword2/driver/animation.cpp
+++ b/sword2/driver/animation.cpp
@@ -163,7 +163,8 @@ void MoviePlayer::drawTextObject(AnimationState *anim, MovieTextObject *obj) {
* 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
+ * @param leadInRes lead-in music resource id
+ * @param leadOutRes lead-out music resource id
*/
int32 MoviePlayer::play(const char *filename, MovieTextObject *text[], int32 leadInRes, int32 leadOutRes) {