- Fixed: TEAMINFO broke bot parsing for bots with invalid team names by

redefining TEAM_None from 255 to -1.


SVN r616 (trunk)
This commit is contained in:
Randy Heit 2007-12-22 04:00:25 +00:00
commit e84bece8eb
7 changed files with 18 additions and 35 deletions

View file

@ -646,7 +646,6 @@ void D_Display (bool screenshot)
DTA_FillColor, MAKEARGB(ColorMatcher.Pick(254,254,0),254,254,0),
DTA_AlphaChannel, true,
TAG_DONE);
screen->End2D();
#endif
screen->Update (); // page flip or blit buffer
}