mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +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:
|
||||
src = french_commonFont + (chr - 32) * 8;
|
||||
break;
|
||||
case Common::DE_DEU:
|
||||
src = english_commonFont + (chr - 32) * 8;
|
||||
break;
|
||||
case Common::EN_ANY:
|
||||
src = english_commonFont + (chr - 32) * 8;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user