- 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
|
|
@ -1000,8 +1000,6 @@ void FNotifyBuffer::Draw()
|
|||
|
||||
lineadv = SmallFont->GetHeight ();
|
||||
|
||||
BorderTopRefresh = screen->GetPageCount ();
|
||||
|
||||
for (unsigned i = 0; i < Text.Size(); ++ i)
|
||||
{
|
||||
FNotifyText ¬ify = Text[i];
|
||||
|
|
@ -1088,14 +1086,6 @@ void C_DrawConsole ()
|
|||
offset = -ConFont->GetHeight();
|
||||
}
|
||||
|
||||
if ((ConBottom < oldbottom) &&
|
||||
(gamestate == GS_LEVEL || gamestate == GS_TITLELEVEL) &&
|
||||
(viewwindowx || viewwindowy) &&
|
||||
viewactive)
|
||||
{
|
||||
V_SetBorderNeedRefresh();
|
||||
}
|
||||
|
||||
oldbottom = ConBottom;
|
||||
|
||||
if (ConsoleState == c_up)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue