aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/scripts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/scripts.cpp')
-rw-r--r--engines/lure/scripts.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/lure/scripts.cpp b/engines/lure/scripts.cpp
index 979542f89c..635941b640 100644
--- a/engines/lure/scripts.cpp
+++ b/engines/lure/scripts.cpp
@@ -65,6 +65,9 @@ void Script::method2(uint16 v1, uint16 v2, uint16 v3) {
// Not yet implemented
}
+// Sets the bitmask indicating what group of rooms/hotspots to display when the
+// player is issuing commands via the "Tell" action
+
void Script::setHotspotFlagMask(uint16 maskVal, uint16 v2, uint16 v3) {
ValueTableData &fields = Resources::getReference().fieldList();
fields.hdrFlagMask() = (uint8) maskVal;