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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index c62dedc829..41596e3e38 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -278,7 +278,7 @@ struct Zone {
int16 _bottom;
uint32 _type;
uint32 _flags;
- Label _label;
+ Label _label;
uint16 field_2C; // unused
uint16 field_2E; // unused
TypeData u;
@@ -393,7 +393,7 @@ struct Program {
-struct Animation : public Zone {
+struct Animation : public Zone {
Common::Point _oldPos;
Program *_program;