summaryrefslogtreecommitdiff
path: root/src/ui/ui_gameinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui_gameinfo.c')
-rw-r--r--src/ui/ui_gameinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_gameinfo.c b/src/ui/ui_gameinfo.c
index 5a04db53..49d0cdb0 100644
--- a/src/ui/ui_gameinfo.c
+++ b/src/ui/ui_gameinfo.c
@@ -160,7 +160,7 @@ void UI_LoadArenas( void ) {
// determine type
type = Info_ValueForKey( ui_arenaInfos[ n ], "type" );
// if no type specified, it will be treated as "ffa"
-
+
if( *type && strstr( type, "tremulous" ) )
uiInfo.mapList[ uiInfo.mapCount ].typeBits |= ( 1 << 0 );
else