(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 :)
This commit is contained in:
truelight 2004-12-21 14:54:27 +00:00
parent 245bc59c68
commit c136432978
1 changed files with 7 additions and 0 deletions

View File

@ -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!