aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_areas.h
diff options
context:
space:
mode:
authorBastien Bouclet2010-12-18 13:12:56 +0000
committerBastien Bouclet2010-12-18 13:12:56 +0000
commitc870bf22d1f4bd154267a31b6a24eeb6e85c34d7 (patch)
treee07244845d270d76151bd84aaefca77cbc98d7fb /engines/mohawk/myst_areas.h
parent41acf18a5376f47c9965263ad5fdc8cc2b3a8005 (diff)
downloadscummvm-rg350-c870bf22d1f4bd154267a31b6a24eeb6e85c34d7.tar.gz
scummvm-rg350-c870bf22d1f4bd154267a31b6a24eeb6e85c34d7.tar.bz2
scummvm-rg350-c870bf22d1f4bd154267a31b6a24eeb6e85c34d7.zip
MOHAWK: Separate background sound handling from other sounds for Myst. Allow the scripts to change the background sound volume.
svn-id: r54953
Diffstat (limited to 'engines/mohawk/myst_areas.h')
-rw-r--r--engines/mohawk/myst_areas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/myst_areas.h b/engines/mohawk/myst_areas.h
index 0aa5f082f6..6e84747fe4 100644
--- a/engines/mohawk/myst_areas.h
+++ b/engines/mohawk/myst_areas.h
@@ -112,8 +112,8 @@ public:
protected:
static Common::String convertMystVideoName(Common::String name);
Common::String _videoFile;
- uint16 _left;
- uint16 _top;
+ int16 _left;
+ int16 _top;
uint16 _loop;
uint16 _direction; // 1 => forward, -1 => backwards
uint16 _playBlocking;