[Scummvm-cvs-logs] SF.net SVN: scummvm:[49136] scummvm/trunk/engines/parallaction/objects.h

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sat May 22 14:36:37 CEST 2010


Revision: 49136
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49136&view=rev
Author:   peres001
Date:     2010-05-22 12:36:36 +0000 (Sat, 22 May 2010)

Log Message:
-----------
Added descriptions for kFlagsSelfuse and kFlagsYourself. See patch 3003626.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/objects.h

Modified: scummvm/trunk/engines/parallaction/objects.h
===================================================================
--- scummvm/trunk/engines/parallaction/objects.h	2010-05-22 03:49:22 UTC (rev 49135)
+++ scummvm/trunk/engines/parallaction/objects.h	2010-05-22 12:36:36 UTC (rev 49136)
@@ -88,9 +88,9 @@
 	kFlagsNoWalk		= 0x800,			// Zone: character doesn't need to walk towards object to interact
 
 	// BRA specific
-	kFlagsYourself		= 0x1000,
+	kFlagsYourself		= 0x1000,			// BRA: marks zones used by the character on him/herself
 	kFlagsScaled		= 0x2000,
-	kFlagsSelfuse		= 0x4000,
+	kFlagsSelfuse		= 0x4000,			// BRA: marks zones to be preserved across location changes (see Parallaction::freeZones)
 	kFlagsIsAnimation	= 0x1000000,		// BRA: used in walk code (trap check), to tell is a Zone is an Animation
 	kFlagsAnimLinked	= 0x2000000
 };


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