mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-04 00:19:56 +00:00
Fix mistake in my earlier commits.
svn-id: r19665
This commit is contained in:
parent
70fc8eff65
commit
97b6f7c843
@ -1198,7 +1198,7 @@ void SimonEngine::video_putchar_drawchar(FillOrCopyStruct *fcs, uint x, uint y,
|
||||
dst = dx_lock_2();
|
||||
dst += y * _dxSurfacePitch + x * 8 + fcs->textColumnOffset;
|
||||
|
||||
switch(_language == 21) {
|
||||
switch(_language) {
|
||||
case Common::RU_RUS:
|
||||
src = russian_video_font + (chr - 0x20) * 8;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user