- 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:
parent
c46dcd03a3
commit
b11298afd5
4 changed files with 10 additions and 10 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue