From 90da953b2310151b5a56f3ea78d8528100fd1fa0 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 6 Sep 2008 20:18:50 +0000 Subject: Remove dependencies of i_video.c on doom/ code. Subversion-branch: /branches/raven-branch Subversion-revision: 1205 --- src/net_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net_gui.c') diff --git a/src/net_gui.c b/src/net_gui.c index 4cbe0699..f85b6a48 100644 --- a/src/net_gui.c +++ b/src/net_gui.c @@ -267,7 +267,7 @@ void NET_WaitForStart(void) exit(-1); } - I_SetWindowCaption(); + I_SetWindowTitle("Waiting for game start"); I_SetWindowIcon(); BuildGUI(); -- cgit v1.2.3