aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/objectman.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2009-02-27 05:20:37 +0000
committerTorbjörn Andersson2009-02-27 05:20:37 +0000
commit349fce7454cf621b4481577d3d11b947d7239339 (patch)
tree89e54cdef96acc4c0893145aa20b7d315e4d9fae /engines/sword1/objectman.h
parentc053ef8c87d55d7e534c585c49abe075f27405ad (diff)
downloadscummvm-rg350-349fce7454cf621b4481577d3d11b947d7239339.tar.gz
scummvm-rg350-349fce7454cf621b4481577d3d11b947d7239339.tar.bz2
scummvm-rg350-349fce7454cf621b4481577d3d11b947d7239339.zip
Committed a slightly updated patch #2602772 ("Patches for BS1 bug ID #1977094")
to replace some missing subtitles with hard-coded ones. svn-id: r38923
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