From 928cb5ab1196f800049ba3e22038acf9cab3bc60 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 7 Sep 2011 23:54:34 +0200 Subject: SWORD1: Made code conform a bit better to our formatting guidelines. Most is automatically converted via astyle + some manual fixes, hopefully I did not miss anything astyle messed up... --- engines/sword1/objectman.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/sword1/objectman.h') diff --git a/engines/sword1/objectman.h b/engines/sword1/objectman.h index 23047c14ea..7bc31b08d7 100644 --- a/engines/sword1/objectman.h +++ b/engines/sword1/objectman.h @@ -54,12 +54,12 @@ public: void loadLiveList(uint16 *src); private: ResMan *_resMan; - static const uint32 _objectList[TOTAL_SECTIONS]; //a table of pointers to object files - static const uint32 _textList[TOTAL_SECTIONS][7]; //a table of pointers to text files - uint16 _liveList[TOTAL_SECTIONS]; //which sections are active + static const uint32 _objectList[TOTAL_SECTIONS]; //a table of pointers to object files + static const uint32 _textList[TOTAL_SECTIONS][7]; //a table of pointers to text files + uint16 _liveList[TOTAL_SECTIONS]; //which sections are active uint8 *_cptData[TOTAL_SECTIONS]; static char _missingSubTitleStr[]; - static const char *_translationId2950145[7]; //translation for textId 2950145 (missing from cluster file for some langages) + static const char *_translationId2950145[7]; //translation for textId 2950145 (missing from cluster file for some langages) }; } // End of namespace Sword1 -- cgit v1.2.3