- 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
|
|
@ -386,7 +386,6 @@ void FSavegameManager::LoadSavegame(int Selected)
|
|||
quickSaveSlot = SaveGames[Selected];
|
||||
}
|
||||
M_ClearMenus();
|
||||
V_SetBorderNeedRefresh();
|
||||
LastAccessed = Selected;
|
||||
}
|
||||
|
||||
|
|
@ -428,7 +427,6 @@ void FSavegameManager::DoSave(int Selected, const char *savegamestring)
|
|||
G_SaveGame(filename, savegamestring);
|
||||
}
|
||||
M_ClearMenus();
|
||||
V_SetBorderNeedRefresh();
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION(FSavegameManager, DoSave)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue