From 5280cbbbcd4a43efd456d2949c4436ff054cbd5e Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sat, 22 May 2010 12:36:36 +0000 Subject: Added descriptions for kFlagsSelfuse and kFlagsYourself. See patch 3003626. svn-id: r49136 --- engines/parallaction/objects.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/parallaction') diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h index 50a789247f..36231cfcc5 100644 --- a/engines/parallaction/objects.h +++ b/engines/parallaction/objects.h @@ -88,9 +88,9 @@ enum ZoneFlags { 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 }; -- cgit v1.2.3