aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/objectman.h
diff options
context:
space:
mode:
authorThierry Crozat2012-06-26 21:19:16 +0100
committerThierry Crozat2012-06-26 21:20:24 +0100
commit7705c13cc41ba9b4c82d2f061cc42a84f004719e (patch)
treed892ee96b62d2f6ea200075eb0f23ccf59b17fba /engines/sword1/objectman.h
parentc2aabea6faa6fc4a056000aa55859526b0c72034 (diff)
downloadscummvm-rg350-7705c13cc41ba9b4c82d2f061cc42a84f004719e.tar.gz
scummvm-rg350-7705c13cc41ba9b4c82d2f061cc42a84f004719e.tar.bz2
scummvm-rg350-7705c13cc41ba9b4c82d2f061cc42a84f004719e.zip
SWORD1: Add workaround for missing subtitles in the demo
Diffstat (limited to 'engines/sword1/objectman.h')
-rw-r--r--engines/sword1/objectman.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/sword1/objectman.h b/engines/sword1/objectman.h
index cce360573a..197b437c15 100644
--- a/engines/sword1/objectman.h
+++ b/engines/sword1/objectman.h
@@ -63,6 +63,22 @@ private:
uint8 *_cptData[TOTAL_SECTIONS];
static char _missingSubTitleStr[];
static const char *const _translationId2950145[7]; //translation for textId 2950145 (missing from cluster file for some langages)
+ static const char *const _translationId8455194[7]; //translation for textId 8455194 (missing in the demo)
+ static const char *const _translationId8455195[7]; //translation for textId 8455195 (missing in the demo)
+ static const char *const _translationId8455196[7]; //translation for textId 8455196 (missing in the demo)
+ static const char *const _translationId8455197[7]; //translation for textId 8455197 (missing in the demo)
+ static const char *const _translationId8455198[7]; //translation for textId 8455198 (missing in the demo)
+ static const char *const _translationId8455199[7]; //translation for textId 8455199 (missing in the demo)
+ static const char *const _translationId8455200[7]; //translation for textId 8455200 (missing in the demo)
+ static const char *const _translationId8455201[7]; //translation for textId 8455201 (missing in the demo)
+ static const char *const _translationId8455202[7]; //translation for textId 8455202 (missing in the demo)
+ static const char *const _translationId8455203[7]; //translation for textId 8455203 (missing in the demo)
+ static const char *const _translationId8455204[7]; //translation for textId 8455204 (missing in the demo)
+ static const char *const _translationId8455205[7]; //translation for textId 8455205 (missing in the demo)
+ static const char *const _translationId6488080[7]; //translation for textId 6488081 (missing in the demo)
+ static const char *const _translationId6488081[7]; //translation for textId 6488081 (missing in the demo)
+ static const char *const _translationId6488082[7]; //translation for textId 6488082 (missing in the demo)
+ static const char *const _translationId6488083[7]; //translation for textId 6488083 (missing in the demo)
};
} // End of namespace Sword1