aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/objectman.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/objectman.h')
-rw-r--r--engines/sword1/objectman.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sword1/objectman.h b/engines/sword1/objectman.h
index f0a5f3eb55..fdb26e2e68 100644
--- a/engines/sword1/objectman.h
+++ b/engines/sword1/objectman.h
@@ -61,7 +61,8 @@ private:
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 _errorStr[];
+ static char _missingSubTitleStr[];
+ static const char *_translationId2950145[7]; //translation for textId 2950145 (missing from cluster file for some langages)
};
} // End of namespace Sword1