diff options
author | Paul Gilbert | 2006-08-27 11:37:38 +0000 |
---|---|---|
committer | Paul Gilbert | 2006-08-27 11:37:38 +0000 |
commit | 488980d1b0074f6c4bfc7f16d2645f4583e67d44 (patch) | |
tree | 490584e5056df186fd9b21fe4d786bc404ac8b44 /engines | |
parent | 09bfa99b956fc434e3fa1ecfd86f8be2a9c9679c (diff) | |
download | scummvm-rg350-488980d1b0074f6c4bfc7f16d2645f4583e67d44.tar.gz scummvm-rg350-488980d1b0074f6c4bfc7f16d2645f4583e67d44.tar.bz2 scummvm-rg350-488980d1b0074f6c4bfc7f16d2645f4583e67d44.zip |
Added comments
svn-id: r23780
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lure/scripts.cpp | 3 |
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; |