mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- SW: Set default skill level to match original release and what the manual says is default.
This commit is contained in:
parent
172b77b9e7
commit
ffba10a7c5
2 changed files with 6 additions and 1 deletions
|
@ -465,7 +465,7 @@ static void BuildEpisodeMenu()
|
|||
{
|
||||
ld->mItems.Pop(popped);
|
||||
}
|
||||
if (isBlood()) gDefaultSkill = 2;
|
||||
if (isBlood() || isSWALL()) gDefaultSkill = 2;
|
||||
ld->mSelectedItem = gDefaultSkill + ld->mItems.Size(); // account for pre-added items
|
||||
double y = ld->mYpos;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue