aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs/videoplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bbvs/videoplayer.cpp')
-rw-r--r--engines/bbvs/videoplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bbvs/videoplayer.cpp b/engines/bbvs/videoplayer.cpp
index 71cb7ddaa4..0b6f011513 100644
--- a/engines/bbvs/videoplayer.cpp
+++ b/engines/bbvs/videoplayer.cpp
@@ -32,7 +32,7 @@ void BbvsEngine::playVideo(int videoNum) {
Common::String videoFilename;
if (videoNum >= 100)
- videoFilename = Common::String::format("snd/snd%05d.avi", videoNum + 1400);
+ videoFilename = Common::String::format("snd/snd%05d.aif", videoNum + 1400);
else
videoFilename = Common::String::format("vid/video%03d.avi", videoNum - 1);