- rename 'AlwaysCenterStatusBar' to 'FixUnityStatusBar', original name became a misnomer especially with updates that made it more specific in its use

This commit is contained in:
Rachael Alexanderson 2020-09-07 23:30:40 -04:00
commit b11298afd5
4 changed files with 10 additions and 10 deletions

View file

@ -2964,7 +2964,7 @@ static void CheckForHacks(BuildInfo& buildinfo)
static void FixUnityStatusBar()
{
if (gameinfo.flags & GI_ALWAYSCENTERSBAR)
if (gameinfo.flags & GI_FIXUNITYSBAR)
{
FGameTexture* sbartex = TexMan.FindGameTexture("stbar", ETextureType::MiscPatch);