From 955b8194db0f1c3c852aa91cfb35ec7a2d04e7a5 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 3 Mar 2014 21:05:59 -0500 Subject: MOHAWK: Fix Riven movie volume clipping --- engines/mohawk/video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk/video.h') 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 _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); }; -- cgit v1.2.3