- 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
|
|
@ -783,10 +783,6 @@ void DFrameBuffer::Begin2D ()
|
|||
{
|
||||
}
|
||||
|
||||
void DFrameBuffer::End2D ()
|
||||
{
|
||||
}
|
||||
|
||||
FNativeTexture *DFrameBuffer::CreateTexture(FTexture *gametex)
|
||||
{
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue