aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
Diffstat (limited to 'simon')
-rw-r--r--simon/charset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/charset.cpp b/simon/charset.cpp
index d16af80edb..1aab21a79f 100644
--- a/simon/charset.cpp
+++ b/simon/charset.cpp
@@ -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;