aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simon/simon.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 9ec2a877fb..243c7e24cc 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -2806,10 +2806,10 @@ restart:;
// do_backspace
if (name_len != 0) {
int x;
- byte b;
+ byte m;
name_len--;
- b = name[name_len];
+ m = name[name_len];
if (_language == 20) //Hebrew
x = 8;
@@ -2818,7 +2818,7 @@ restart:;
name[name_len] = 0;
- o_unk_132_helper_2(_fcs_ptr_array_3[5], x, b);
+ o_unk_132_helper_2(_fcs_ptr_array_3[5], x, m);
}
} else if (i >= 32 && name_len != 17) {
name[name_len++] = i;