mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
Apply patch #1534805 ("BASS: Linc font too wide in version 303")
svn-id: r23714
This commit is contained in:
parent
7f3ac3f025
commit
998d2fe96a
@ -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]++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user