From 3a15c10241421beaa8a3fe84f3b0567bb2215573 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 8 Sep 2011 00:05:09 +0200 Subject: SWORD1: Made some static data const. --- engines/sword1/objectman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword1/objectman.h') diff --git a/engines/sword1/objectman.h b/engines/sword1/objectman.h index 7bc31b08d7..ca3c7c1526 100644 --- a/engines/sword1/objectman.h +++ b/engines/sword1/objectman.h @@ -59,7 +59,7 @@ private: 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 *const _translationId2950145[7]; //translation for textId 2950145 (missing from cluster file for some langages) }; } // End of namespace Sword1 -- cgit v1.2.3