diff options
Diffstat (limited to 'src/net_gui.c')
-rw-r--r-- | src/net_gui.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/net_gui.c b/src/net_gui.c index ed9a58e9..8c848d1c 100644 --- a/src/net_gui.c +++ b/src/net_gui.c @@ -24,11 +24,12 @@ // start the game. // +#include <stdio.h> #include <stdlib.h> #include <ctype.h> #include "config.h" -#include "doomstat.h" +#include "doomkeys.h" #include "i_system.h" #include "i_timer.h" @@ -266,7 +267,7 @@ void NET_WaitForStart(void) exit(-1); } - I_SetWindowCaption(); + I_SetWindowTitle("Waiting for game start"); I_SetWindowIcon(); BuildGUI(); |