[Bug 3325] Auto load of bots in skirmish fails if unknown bot name

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Thu Aug 23 05:28:07 EDT 2007


http://bugzilla.icculus.org/show_bug.cgi?id=3325





------- Comment #1 from info at dbwatersports.com  2007-08-23 05:28 EDT -------
Sorry. Forgot to include the last line in the proposed change (line that
changes would be placed in front of)...

botInfo = UI_GetBotInfoByName( bot );
if( !botInfo ) {
  Com_Printf("Remapping Unknown Bot. Name: %s...\n", bot );
  botInfo = UI_GetBotInfoByNumber( count );
}
bot = Info_ValueForKey( botInfo, "name" );


-- 
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the quake3-bugzilla mailing list