mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 22:51:39 +00:00
- remove '... is already the default skill' error
This commit is contained in:
parent
00c1fece16
commit
3eb96eeeff
1 changed files with 0 additions and 4 deletions
|
@ -303,10 +303,6 @@ void FMapInfoParser::ParseSkill ()
|
|||
}
|
||||
else if (sc.Compare("DefaultSkill"))
|
||||
{
|
||||
if (DefaultSkill >= 0)
|
||||
{
|
||||
sc.ScriptError("%s is already the default skill\n", AllSkills[DefaultSkill].Name.GetChars());
|
||||
}
|
||||
thisisdefault = true;
|
||||
}
|
||||
else if (!ParseCloseBrace())
|
||||
|
|
Loading…
Reference in a new issue