aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_card.h
diff options
context:
space:
mode:
authorBastien Bouclet2017-06-27 06:38:29 +0200
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commit6b4fe224db79bfd26b92c2a00ea200aff7c32894 (patch)
treebedc75e602a8771fb4c37fd3d0c3b327ac8b4676 /engines/mohawk/riven_card.h
parent39b0d53bb583c49e64ed727ac27e4c2592302ba2 (diff)
downloadscummvm-rg350-6b4fe224db79bfd26b92c2a00ea200aff7c32894.tar.gz
scummvm-rg350-6b4fe224db79bfd26b92c2a00ea200aff7c32894.tar.bz2
scummvm-rg350-6b4fe224db79bfd26b92c2a00ea200aff7c32894.zip
MOHAWK: Check the Book making island external commands against the original
Diffstat (limited to 'engines/mohawk/riven_card.h')
-rw-r--r--engines/mohawk/riven_card.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/riven_card.h b/engines/mohawk/riven_card.h
index a736a604b6..e92d31afbd 100644
--- a/engines/mohawk/riven_card.h
+++ b/engines/mohawk/riven_card.h
@@ -80,6 +80,8 @@ public:
/** Get the card's sound description with the specified index */
SLSTRecord getSound(uint16 index) const;
+ void overrideSound(uint16 index, uint16 withIndex);
+
/** Play the card's movie with the specified index */
void playMovie(uint16 index, bool queue = false);