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:
Travis Howell 2009-01-23 04:09:57 +00:00
parent c36eb09237
commit d5c12447bd

View File

@ -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;