- 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:
Christoph Oelckers 2010-07-01 20:57:11 +00:00
parent 6df5e6f9cb
commit e1e7cebd01

View file

@ -2398,8 +2398,10 @@ class CommandPlayerClass : public SBarInfoCommandFlowControl
break;
}
}
/*
if(!foundClass)
sc.ScriptError("Unkown PlayerClass '%s'.", sc.String);
*/
if(!sc.CheckToken(','))
break;
}