Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language

svn-id: r48645
This commit is contained in:
Ori Avtalion 2010-04-12 21:21:06 +00:00
parent 3b252cb4c5
commit 2fc9d6845b
27 changed files with 68 additions and 67 deletions

View file

@ -2370,7 +2370,7 @@ void AGOSEngine::windowDrawChar(WindowBlock *window, uint x, uint y, byte chr) {
case Common::PL_POL:
src = polish_simonFont + (chr - 32) * 8;
break;
case Common::HB_ISR:
case Common::HE_ISR:
src = hebrew_simonFont + (chr - 32) * 8;
break;
case Common::ES_ESP: