From b216c712418ff9260683c212e2c5a1af25bee600 Mon Sep 17 00:00:00 2001 From: thilo Date: Mon, 19 Oct 2009 14:00:16 +0000 Subject: Just unix2dos, nothing to see here ... git-svn-id: svn://svn.icculus.org/quake3/trunk@1681 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/q3_ui/ui_splevel.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'code/q3_ui/ui_splevel.c') diff --git a/code/q3_ui/ui_splevel.c b/code/q3_ui/ui_splevel.c index 016d996..0c3b08f 100644 --- a/code/q3_ui/ui_splevel.c +++ b/code/q3_ui/ui_splevel.c @@ -198,11 +198,11 @@ static void UI_SPLevelMenu_SetBots( void ) { *p++ = 0; } - botInfo = UI_GetBotInfoByName( bot ); - if(!botInfo) - { - botInfo = UI_GetBotInfoByNumber( levelMenuInfo.numBots ); - } + botInfo = UI_GetBotInfoByName( bot ); + if(!botInfo) + { + botInfo = UI_GetBotInfoByNumber( levelMenuInfo.numBots ); + } if( botInfo ) { levelMenuInfo.botPics[levelMenuInfo.numBots] = PlayerIconHandle( Info_ValueForKey( botInfo, "model" ) ); -- cgit v1.2.3