mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- fixed the player class selection fix from r2798.
SVN r2800 (trunk)
This commit is contained in:
parent
491da14d9b
commit
6db772b4e5
1 changed files with 2 additions and 1 deletions
|
@ -1011,7 +1011,8 @@ static void BuildPlayerclassMenu()
|
|||
// create a dummy item that auto-chooses the default class.
|
||||
FListMenuItemText *it = new FListMenuItemText(0, 0, 0, 'p', "player",
|
||||
ld->mFont,ld->mFontColor, NAME_Episodemenu, -1000);
|
||||
ld->mAutoselect = 0;
|
||||
ld->mAutoselect = ld->mItems.Push(it);
|
||||
success = true;
|
||||
}
|
||||
else if (totalheight <= 190)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue