aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
authorNicola Mettifogo2008-07-29 10:22:50 +0000
committerNicola Mettifogo2008-07-29 10:22:50 +0000
commitf31cf5d94cb949d02a6ef42dcbadd48cc807ce40 (patch)
tree218b2295fd0947ff764d1f8cfe3dea8af82b8971 /engines/parallaction/objects.h
parent0365c45b8c613eb9a84e656b5a4f0eb2be33e5e0 (diff)
downloadscummvm-rg350-f31cf5d94cb949d02a6ef42dcbadd48cc807ce40.tar.gz
scummvm-rg350-f31cf5d94cb949d02a6ef42dcbadd48cc807ce40.tar.bz2
scummvm-rg350-f31cf5d94cb949d02a6ef42dcbadd48cc807ce40.zip
* Added flexible verb configuration for both NS and BRA.
* Objects can now be really opened and closed in BRA. svn-id: r33405
Diffstat (limited to 'engines/parallaction/objects.h')
-rw-r--r--engines/parallaction/objects.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index de740a631e..7e7a811ba6 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -71,7 +71,8 @@ enum ZoneTypes {
kZoneCommand = 0x800,
// BRA specific
- kZonePath = 0x1000 // defines nodes for assisting walk calculation routines
+ kZonePath = 0x1000, // defines nodes for assisting walk calculation routines
+ kZoneBox = 0x2000
};