mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +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
|
||||
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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue