- 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:
parent
2b86ebe4e5
commit
e84bece8eb
7 changed files with 18 additions and 35 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue