Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language
svn-id: r48645
This commit is contained in:
parent
3b252cb4c5
commit
2fc9d6845b
27 changed files with 68 additions and 67 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue