aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2008-01-06 20:57:46 +0000
committerTorbjörn Andersson2008-01-06 20:57:46 +0000
commit1ddc8ab0fa0f0479a50e6436f3ff9eaa0568e117 (patch)
tree149ddd228925ad074bc20d72e9e4245fb2d81018 /engines/parallaction/objects.h
parent5ff1ccabe6b587afa6233496e9f84ad653ceeac5 (diff)
downloadscummvm-rg350-1ddc8ab0fa0f0479a50e6436f3ff9eaa0568e117.tar.gz
scummvm-rg350-1ddc8ab0fa0f0479a50e6436f3ff9eaa0568e117.tar.bz2
scummvm-rg350-1ddc8ab0fa0f0479a50e6436f3ff9eaa0568e117.zip
Indent with tabs instead of spaces.
svn-id: r30315
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;