diff options
Diffstat (limited to 'src/net_gui.h')
-rw-r--r-- | src/net_gui.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net_gui.h b/src/net_gui.h index fdcc81be..56f434ec 100644 --- a/src/net_gui.h +++ b/src/net_gui.h @@ -22,15 +22,15 @@ // // * The client waiting screen when we are waiting for the server to // start the game. -// +// -#ifndef NET_GUI_H +#ifndef NET_GUI_H #define NET_GUI_H #include "doomtype.h" -extern void NET_WaitForStart(); +extern void NET_WaitForLaunch(void); #endif /* #ifndef NET_GUI_H */ |