mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-19 18:35:48 +01:00
(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:
parent
245bc59c68
commit
c136432978
@ -309,6 +309,13 @@ static void NetworkGameWindowWndProc(Window *w, WindowEvent *e)
|
|||||||
_selected_item = NULL;
|
_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!
|
// The name is only allowed when it starts with a letter!
|
||||||
|
Loading…
Reference in New Issue
Block a user