aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_card.h
diff options
context:
space:
mode:
authorBastien Bouclet2018-05-08 06:47:56 +0200
committerBastien Bouclet2018-05-08 06:55:24 +0200
commit25736a0b5dc0749eef7610198f83c0b9f56be467 (patch)
tree1501f2bbc4218aaa1fc295f9ec60d022a561f4f4 /engines/mohawk/riven_card.h
parent97022883380e3c4b0659d41f28987954c2891409 (diff)
downloadscummvm-rg350-25736a0b5dc0749eef7610198f83c0b9f56be467.tar.gz
scummvm-rg350-25736a0b5dc0749eef7610198f83c0b9f56be467.tar.bz2
scummvm-rg350-25736a0b5dc0749eef7610198f83c0b9f56be467.zip
MOHAWK: RIVEN: Add a script patch fixing incorrect steam sound in a view
Fixes Trac#10516.
Diffstat (limited to 'engines/mohawk/riven_card.h')
-rw-r--r--engines/mohawk/riven_card.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mohawk/riven_card.h b/engines/mohawk/riven_card.h
index b11363c916..2b6a8d41bf 100644
--- a/engines/mohawk/riven_card.h
+++ b/engines/mohawk/riven_card.h
@@ -152,6 +152,9 @@ private:
void loadCardHotspotEnableList(uint16 id);
void loadCardWaterEffectList(uint16 id);
void applyPatches(uint16 id);
+ void applyPropertiesPatch8EB7(uint32 globalId);
+ void applyPropertiesPatch2E76(uint32 globalId);
+ void applyPropertiesPatch22118(uint32 globalId);
void setCurrentCardVariable();
RivenScriptPtr getScript(uint16 scriptType) const;