diff options
Diffstat (limited to 'src/ui/ui_gameinfo.c')
-rw-r--r-- | src/ui/ui_gameinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_gameinfo.c b/src/ui/ui_gameinfo.c index 89fd59ab..7b032bbc 100644 --- a/src/ui/ui_gameinfo.c +++ b/src/ui/ui_gameinfo.c @@ -168,7 +168,7 @@ void UI_LoadArenas( void ) { // if no type specified, it will be treated as "ffa" if( *type && strstr( type, "tremulous" ) ) - uiInfo.mapList[ uiInfo.mapCount ].typeBits |= ( 1 << GT_FFA ); + uiInfo.mapList[ uiInfo.mapCount ].typeBits |= ( 1 << 0 ); else continue; //not a trem map |