- removed the 'experimental' switch for Exhumed.

The game works better than Shadow Warrior so this seems pointless.
This commit is contained in:
Christoph Oelckers 2020-01-21 22:08:05 +01:00
parent 27cc865af7
commit 12d4f12da5
1 changed files with 0 additions and 6 deletions

View File

@ -539,12 +539,6 @@ static TArray<GrpInfo> ParseGrpInfo(const char *fn, FileReader &fr, TMap<FString
}
else sc.ScriptError(nullptr);
}
#ifndef _DEBUG // Exhumed is not yet ready for prime time, so it will remain hidden for the uninitiated.
if ((grp.flags & GAMEFLAG_PSEXHUMED) && !Args->CheckParm("-experimental"))
{
groups.Pop();
}
#endif
}
else sc.ScriptError(nullptr);
}