aboutsummaryrefslogtreecommitdiff
path: root/simon/charset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/charset.cpp')
-rw-r--r--simon/charset.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/charset.cpp b/simon/charset.cpp
index 9843822a54..e1f0537f9d 100644
--- a/simon/charset.cpp
+++ b/simon/charset.cpp
@@ -244,7 +244,6 @@ void SimonEngine::video_putchar(FillOrCopyStruct *fcs, byte c) {
if (_language == 20) { //Hebrew
if (c >= 64 && c < 91)
width = _hebrew_char_widths [c-64];
-
fcs->textColumnOffset -= width;
if (fcs->textColumnOffset >= width) {
++fcs->textColumn;