aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_card.h
diff options
context:
space:
mode:
authorBastien Bouclet2018-06-17 14:44:31 +0200
committerBastien Bouclet2018-06-29 13:31:54 +0200
commit2e8d08c1d0d626b1dd9c69c951de07aec7fd4bb4 (patch)
tree9cef8c38650cd5605ac40cde4173e562ab890ebe /engines/mohawk/riven_card.h
parent0ca52f62a4b475081f77eb933934c8f3448f33e2 (diff)
downloadscummvm-rg350-2e8d08c1d0d626b1dd9c69c951de07aec7fd4bb4.tar.gz
scummvm-rg350-2e8d08c1d0d626b1dd9c69c951de07aec7fd4bb4.tar.bz2
scummvm-rg350-2e8d08c1d0d626b1dd9c69c951de07aec7fd4bb4.zip
MOHAWK: RIVEN: Add a save button to the main menu
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 2b6a8d41bf..f285ba1a1b 100644
--- a/engines/mohawk/riven_card.h
+++ b/engines/mohawk/riven_card.h
@@ -192,6 +192,8 @@ private:
Common::Array<MLSTRecord> _movieList;
Common::Array<HotspotEnableRecord> _hotspotEnableList;
Common::Array<WaterEffectRecord> _waterEffectList;
+
+ void applyPropertiesPatchE2E(uint32 globalId);
};
struct MLSTRecord {