Just unix2dos, nothing to see here ...
This commit is contained in:
parent
17ca252753
commit
cc919c05fd
24 changed files with 7692 additions and 4149 deletions
|
@ -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" ) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue