mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 15:02:39 +00:00
- remove '... is already the default skill' error
This commit is contained in:
parent
7e9a777b45
commit
a5e10fd863
1 changed files with 0 additions and 4 deletions
|
@ -300,10 +300,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