mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 03:40:50 +00:00
- Blood: Don't parse BloodBathOnly levels in the INI loader.
* Fixes #442.
This commit is contained in:
parent
b6e76337e0
commit
6018213c71
1 changed files with 2 additions and 0 deletions
|
@ -166,6 +166,8 @@ void levelLoadDefaults(void)
|
|||
sprintf(buffer, "Episode%d", i);
|
||||
if (!BloodINI->SectionExists(buffer))
|
||||
break;
|
||||
if (BloodINI->GetKeyInt(buffer, "BloodBathOnly", 0))
|
||||
continue;
|
||||
auto cluster = MustFindCluster(i);
|
||||
auto volume = MustFindVolume(i);
|
||||
CutsceneDef &csB = cluster->outro;
|
||||
|
|
Loading…
Reference in a new issue