aboutsummaryrefslogtreecommitdiffstats
path: root/code/q3_ui/ui_splevel.c
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-19 14:00:16 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-19 14:00:16 +0000
commitb216c712418ff9260683c212e2c5a1af25bee600 (patch)
treecd3c256ae11b89daa84a531081a6549d6082b1f8 /code/q3_ui/ui_splevel.c
parentb53b2afb9ef108c44f3666b3befc10b0db58b8d5 (diff)
downloadioquake3-aero-b216c712418ff9260683c212e2c5a1af25bee600.tar.gz
ioquake3-aero-b216c712418ff9260683c212e2c5a1af25bee600.zip
Just unix2dos, nothing to see here ...
git-svn-id: svn://svn.icculus.org/quake3/trunk@1681 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/q3_ui/ui_splevel.c')
-rw-r--r--code/q3_ui/ui_splevel.c10
1 files changed, 5 insertions, 5 deletions
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" ) );