diff options
Diffstat (limited to 'src/ui/ui_gameinfo.c')
-rw-r--r-- | src/ui/ui_gameinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/ui_gameinfo.c b/src/ui/ui_gameinfo.c index 90047b9d..43639e56 100644 --- a/src/ui/ui_gameinfo.c +++ b/src/ui/ui_gameinfo.c @@ -309,7 +309,6 @@ char *UI_GetBotNameByNumber( int num ) { void UI_ServerInfo( void ) { char info[ MAX_INFO_VALUE ]; - int i; info[0] = '\0'; if( trap_GetConfigString( CS_SERVERINFO, info, sizeof( info ) ) ) |