Just unix2dos, nothing to see here ...

This commit is contained in:
Thilo Schulz 2009-10-19 14:00:16 +00:00
parent 17ca252753
commit cc919c05fd
24 changed files with 7692 additions and 4149 deletions

View file

@ -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" ) );