aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/video.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-05-27 21:19:53 -0400
committerMatthew Hoops2012-05-28 14:05:17 -0400
commitd67f9b89f275ddb092d0b833b7ca9adf6a722c5a (patch)
tree23e7ce3ee2f4e8e1f10a44d7bf4e80bc3396f4fa /engines/mohawk/video.h
parent10f7e805c20c164a7b3a20832237341136165e28 (diff)
downloadscummvm-rg350-d67f9b89f275ddb092d0b833b7ca9adf6a722c5a.tar.gz
scummvm-rg350-d67f9b89f275ddb092d0b833b7ca9adf6a722c5a.tar.bz2
scummvm-rg350-d67f9b89f275ddb092d0b833b7ca9adf6a722c5a.zip
MOHAWK: Use video volume control in Riven
Diffstat (limited to 'engines/mohawk/video.h')
-rw-r--r--engines/mohawk/video.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/video.h b/engines/mohawk/video.h
index 8736782d7a..98bcadfb53 100644
--- a/engines/mohawk/video.h
+++ b/engines/mohawk/video.h
@@ -120,8 +120,8 @@ private:
// Keep tabs on any videos playing
Common::Array<VideoEntry> _videoStreams;
- VideoHandle createVideoHandle(uint16 id, uint16 x, uint16 y, bool loop);
- VideoHandle createVideoHandle(const Common::String &filename, uint16 x, uint16 y, bool loop);
+ VideoHandle createVideoHandle(uint16 id, uint16 x, uint16 y, bool loop, byte volume = 0xff);
+ VideoHandle createVideoHandle(const Common::String &filename, uint16 x, uint16 y, bool loop, byte volume = 0xff);
};
} // End of namespace Mohawk