Apply patch #1534805 ("BASS: Linc font too wide in version 303")

svn-id: r23714
This commit is contained in:
Joost Peters 2006-08-16 20:01:58 +00:00
parent 7f3ac3f025
commit 998d2fe96a

View File

@ -109,7 +109,7 @@ void Text::patchLINCCharset() {
// for every character by one, except for space which needs to be one
// pixel wider than before.
if (SkyEngine::_systemVars.gameVersion == 288) {
if (SkyEngine::_systemVars.gameVersion == 288 || SkyEngine::_systemVars.gameVersion == 303) {
for (int i = 1; i < CHAR_SET_HEADER; i++)
charSetPtr[i]--;
charSetPtr[0]++;