[Scummvm-cvs-logs] SF.net SVN: scummvm: [23780] scummvm/trunk/engines/lure/scripts.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sun Aug 27 13:37:45 CEST 2006


Revision: 23780
Author:   dreammaster
Date:     2006-08-27 04:37:38 -0700 (Sun, 27 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23780&view=rev

Log Message:
-----------
Added comments

Modified Paths:
--------------
    scummvm/trunk/engines/lure/scripts.cpp
Modified: scummvm/trunk/engines/lure/scripts.cpp
===================================================================
--- scummvm/trunk/engines/lure/scripts.cpp	2006-08-27 11:35:25 UTC (rev 23779)
+++ scummvm/trunk/engines/lure/scripts.cpp	2006-08-27 11:37:38 UTC (rev 23780)
@@ -65,6 +65,9 @@
 	// 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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list