mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- Blood: default skill is 2, not 3.
This commit is contained in:
parent
92cdec077d
commit
88fb2185fa
1 changed files with 2 additions and 1 deletions
|
@ -421,7 +421,8 @@ static void BuildEpisodeMenu()
|
||||||
#endif
|
#endif
|
||||||
if (addedVolumes == 1)
|
if (addedVolumes == 1)
|
||||||
{
|
{
|
||||||
ld->mAutoselect = ld->mItems.Size() - (textadded ? 2 : 1);
|
if (!isBlood()) ld->mAutoselect = ld->mItems.Size() - (textadded ? 2 : 1);
|
||||||
|
else ld->mAutoselect = 2;
|
||||||
}
|
}
|
||||||
if (popped) ld->mItems.Push(popped);
|
if (popped) ld->mItems.Push(popped);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue