mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
SVN r578 (trunk)
This commit is contained in:
parent
56771aebe1
commit
580b03e684
1 changed files with 2 additions and 0 deletions
|
@ -3144,10 +3144,12 @@ static void ParseSkill ()
|
|||
else if (SC_Compare("MustConfirm"))
|
||||
{
|
||||
skill.MustConfirm = true;
|
||||
/*
|
||||
if (SC_CheckToken(TK_String))
|
||||
{
|
||||
skill.MustConfirmText = sc_String;
|
||||
}
|
||||
*/
|
||||
}
|
||||
else if (SC_Compare("Key"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue