aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_areas.h
diff options
context:
space:
mode:
authorBastien Bouclet2018-04-02 13:36:15 +0200
committerBastien Bouclet2018-04-02 13:38:57 +0200
commit066a14bd4c688e82670f4d0b944fcaa969939895 (patch)
treeae4aafce8df35e9e04b7fa09e49f8c2fd8e688bc /engines/mohawk/myst_areas.h
parent5fec35d045044d8ca8b6ffa8cc6d3cd0d28d79ed (diff)
downloadscummvm-rg350-066a14bd4c688e82670f4d0b944fcaa969939895.tar.gz
scummvm-rg350-066a14bd4c688e82670f4d0b944fcaa969939895.tar.bz2
scummvm-rg350-066a14bd4c688e82670f4d0b944fcaa969939895.zip
MOHAWK: MYST: Fix the myst flyby playing over the closed book
In older releases of Myst the flyby video had the play on card change flag set to true, causing the bug. As a workaround patch the resource to mach newer releases. Fixes #10472.
Diffstat (limited to 'engines/mohawk/myst_areas.h')
-rw-r--r--engines/mohawk/myst_areas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/myst_areas.h b/engines/mohawk/myst_areas.h
index bfd370d504..b389f32ea1 100644
--- a/engines/mohawk/myst_areas.h
+++ b/engines/mohawk/myst_areas.h
@@ -126,7 +126,7 @@ protected:
uint16 _loop;
int16 _direction; // 1 => forward, -1 => backwards
uint16 _playBlocking;
- uint16 _playOnCardChange;
+ bool _playOnCardChange;
uint16 _playRate; // percents
};