mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- fixed: The SBARINFO parser insisted that all player classes being specified have to exist. This, however, made it impossible to redefine the player classes in Hexen.
SVN r2401 (trunk)
This commit is contained in:
parent
6df5e6f9cb
commit
e1e7cebd01
1 changed files with 2 additions and 0 deletions
|
@ -2398,8 +2398,10 @@ class CommandPlayerClass : public SBarInfoCommandFlowControl
|
|||
break;
|
||||
}
|
||||
}
|
||||
/*
|
||||
if(!foundClass)
|
||||
sc.ScriptError("Unkown PlayerClass '%s'.", sc.String);
|
||||
*/
|
||||
if(!sc.CheckToken(','))
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue