aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/objects.h')
-rw-r--r--engines/parallaction/objects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index aa11165b33..9effbf66fd 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -229,6 +229,9 @@ struct DoorData {
GfxObj *gfxobj;
Common::Point _startPos;
uint16 _startFrame;
+ // BRA specific
+ Common::Point _startPos2;
+ uint16 _startFrame2;
DoorData() {
_location = NULL;