From 1ddc8ab0fa0f0479a50e6436f3ff9eaa0568e117 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 6 Jan 2008 20:57:46 +0000 Subject: Indent with tabs instead of spaces. svn-id: r30315 --- engines/parallaction/objects.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/parallaction/objects.h') 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; -- cgit v1.2.3