- remove the IWADINFO definition to fix an un-offsetted status bar, since it's done unconditionally now

This commit is contained in:
Rachael Alexanderson 2020-10-28 01:16:25 -04:00 committed by Christoph Oelckers
commit ef47abda74
3 changed files with 0 additions and 13 deletions

View file

@ -184,13 +184,6 @@ void FIWadManager::ParseIWadInfo(const char *fn, const char *data, int datasize,
if (sc.Number) iwad->flags |= GI_IGNORETITLEPATCHES;
else iwad->flags &= ~GI_IGNORETITLEPATCHES;
}
else if (sc.Compare("FixUnityStatusBar"))
{
sc.MustGetStringName("=");
sc.MustGetNumber();
if (sc.Number) iwad->flags |= GI_FIXUNITYSBAR;
else iwad->flags &= ~GI_FIXUNITYSBAR;
}
else if (sc.Compare("Load"))
{
sc.MustGetStringName("=");