mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +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);
|
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);
|
else sc.ScriptError(nullptr);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue