From fca58232381453f503ed9d92b40fd65c3c57bdb6 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 9 Mar 2006 20:37:51 +0000 Subject: (svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter. (sulai) --- network.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'network.h') diff --git a/network.h b/network.h index afa17adf3..867d2bb3f 100644 --- a/network.h +++ b/network.h @@ -170,8 +170,8 @@ VARDEF char _network_server_name[NETWORK_NAME_LENGTH]; VARDEF char _network_server_password[NETWORK_PASSWORD_LENGTH]; VARDEF char _network_rcon_password[NETWORK_PASSWORD_LENGTH]; -VARDEF uint16 _network_max_join_time; //! Time a client can max take to join -VARDEF bool _network_pause_on_join; //! Pause the game when a client tries to join (more chance of succeeding join) +VARDEF uint16 _network_max_join_time; ///< Time a client can max take to join +VARDEF bool _network_pause_on_join; ///< Pause the game when a client tries to join (more chance of succeeding join) VARDEF uint16 _redirect_console_to_client; -- cgit v1.2.3-54-g00ecf