mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
Trigger error in German versions of Elvira 1/2 and Waxworks, since we still lack the font table data.
svn-id: r36019
This commit is contained in:
parent
c36eb09237
commit
d5c12447bd
@ -1635,9 +1635,6 @@ void AGOSEngine::windowDrawChar(WindowBlock *window, uint x, uint y, byte chr) {
|
|||||||
case Common::FR_FRA:
|
case Common::FR_FRA:
|
||||||
src = french_commonFont + (chr - 32) * 8;
|
src = french_commonFont + (chr - 32) * 8;
|
||||||
break;
|
break;
|
||||||
case Common::DE_DEU:
|
|
||||||
src = english_commonFont + (chr - 32) * 8;
|
|
||||||
break;
|
|
||||||
case Common::EN_ANY:
|
case Common::EN_ANY:
|
||||||
src = english_commonFont + (chr - 32) * 8;
|
src = english_commonFont + (chr - 32) * 8;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user