Restored replay overwrite fix (Windows); didn't seem to be related to the failed...
[neverball] / ball / st_name.c
index d0768c3..828b170 100644 (file)
@@ -131,7 +131,7 @@ static void name_leave(int id)
 
 static int name_keybd(int c, int d)
 {
-    if (d && isascii(c))
+    if (d && (c & 0xFF80) == 0)
     {
         gui_focus(enter_id);