(svn r1197) -Fix: [GUI] in r1194 someone deleted too much code from WE_KEYPRESS. Now

you can change your player-name in the GUI again :)
pull/155/head
truelight 20 years ago
parent f1ce786bab
commit 7d505bd9fa

@ -309,6 +309,13 @@ static void NetworkGameWindowWndProc(Window *w, WindowEvent *e)
_selected_item = NULL;
}
}
break;
}
switch (HandleEditBoxKey(w, 3, e)) {
case 1:
HandleButtonClick(w, 8);
break;
}
// The name is only allowed when it starts with a letter!

Loading…
Cancel
Save