mirror of https://github.com/OpenTTD/OpenTTD
(svn r1173) -Fix: [Network] Console input in dedicated server for windows was not
working (Hackykid)release/0.4.5
parent
9bd54b592d
commit
96c1e88d56
|
@ -124,7 +124,7 @@ static void DedicatedHandleKeyInput()
|
|||
#ifdef WIN32
|
||||
char input;
|
||||
#endif
|
||||
char input_line[200];
|
||||
static char input_line[200] = "";
|
||||
|
||||
#ifdef UNIX
|
||||
if (InputWaiting()) {
|
||||
|
|
Loading…
Reference in New Issue