From 488980d1b0074f6c4bfc7f16d2645f4583e67d44 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 27 Aug 2006 11:37:38 +0000 Subject: Added comments svn-id: r23780 --- engines/lure/scripts.cpp | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3