(svn r1173) -Fix: [Network] Console input in dedicated server for windows was not
working (Hackykid)
This commit is contained in:
@@ -124,7 +124,7 @@ static void DedicatedHandleKeyInput()
|
|||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
char input;
|
char input;
|
||||||
#endif
|
#endif
|
||||||
char input_line[200];
|
static char input_line[200] = "";
|
||||||
|
|
||||||
#ifdef UNIX
|
#ifdef UNIX
|
||||||
if (InputWaiting()) {
|
if (InputWaiting()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user