mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- removed the 'experimental' switch for Exhumed.
The game works better than Shadow Warrior so this seems pointless.
This commit is contained in:
parent
27cc865af7
commit
12d4f12da5
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue