forked from mirror/OpenTTD
(svn r214) -Feature: CMD_NET_INSTANT [just in time command handling over network] (sign_de)
-Fix: Only server can pause in network, action disabled for clients -Fix: Direct Connect editbox can handle up to max ~35 characters
This commit is contained in:
@@ -98,8 +98,8 @@ static void NetworkGameWindowWndProc(Window *w, WindowEvent *e)
|
||||
ShowQueryString(
|
||||
str,
|
||||
STR_NETWORK_ENTER_IP,
|
||||
15,
|
||||
160,
|
||||
50, // maximum 50 characters OR
|
||||
250, // characters up to width 250 pixels, whichever is satisfied first
|
||||
w->window_class,
|
||||
w->window_number);
|
||||
DeleteName(str);
|
||||
|
Reference in New Issue
Block a user