aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/video.h
diff options
context:
space:
mode:
authorMatthew Hoops2014-03-03 21:05:59 -0500
committerMatthew Hoops2014-03-03 21:06:25 -0500
commit955b8194db0f1c3c852aa91cfb35ec7a2d04e7a5 (patch)
treedfbb67ebc7feb31f58b6c8a3ab47a73af4a665cf /engines/mohawk/video.h
parentec0f420299eec4aa07a5ca7ae85451273bd04ee1 (diff)
downloadscummvm-rg350-955b8194db0f1c3c852aa91cfb35ec7a2d04e7a5.tar.gz
scummvm-rg350-955b8194db0f1c3c852aa91cfb35ec7a2d04e7a5.tar.bz2
scummvm-rg350-955b8194db0f1c3c852aa91cfb35ec7a2d04e7a5.zip
MOHAWK: Fix Riven movie volume clipping
Diffstat (limited to 'engines/mohawk/video.h')
-rw-r--r--engines/mohawk/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/video.h b/engines/mohawk/video.h
index bd9a180849..43181e3e6c 100644
--- a/engines/mohawk/video.h
+++ b/engines/mohawk/video.h
@@ -122,7 +122,7 @@ private:
// Keep tabs on any videos playing
Common::Array<VideoEntry> _videoStreams;
- VideoHandle createVideoHandle(uint16 id, uint16 x, uint16 y, bool loop, byte volume = 0xff);
+ VideoHandle createVideoHandle(uint16 id, uint16 x, uint16 y, bool loop, uint16 volume = 0xff);
VideoHandle createVideoHandle(const Common::String &filename, uint16 x, uint16 y, bool loop, byte volume = 0xff);
};