- removed the border refresh counter.
This was just a relic of DirectDraw as main backend and is no longer needed.
This commit is contained in:
parent
942460ba55
commit
853903bb7e
20 changed files with 1 additions and 132 deletions
|
|
@ -274,8 +274,6 @@ void CT_Drawer (void)
|
|||
screen->DrawText (SmallFont, CR_GREY, promptwidth, y, (char *)(ChatQueue + i),
|
||||
DTA_VirtualWidth, screen_width, DTA_VirtualHeight, screen_height, DTA_KeepRatio, true, TAG_DONE);
|
||||
ChatQueue[len] = '\0';
|
||||
|
||||
BorderTopRefresh = screen->GetPageCount ();
|
||||
}
|
||||
|
||||
if (players[consoleplayer].camera != NULL &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue