- Fixed. The Firedemon was missing a game filter.
SBARINfO update: - Added: disablegrin, disableouch, disablepain, and disablerampage flags to drawmugshot. - Fixed: LowerHealthCap did not work properly. - Fixed: Various bugs I noticed in the fullscreenoffsets code. SVN r1122 (trunk)
This commit is contained in:
parent
535f209560
commit
344f1072a6
9 changed files with 127 additions and 77 deletions
|
|
@ -573,6 +573,8 @@ void FBehavior::StaticLoadDefaultModules ()
|
|||
|
||||
FBehavior *FBehavior::StaticLoadModule (int lumpnum, FileReader * fr, int len)
|
||||
{
|
||||
if (lumpnum == -1) return;
|
||||
|
||||
for (unsigned int i = 0; i < StaticModules.Size(); ++i)
|
||||
{
|
||||
if (StaticModules[i]->LumpNum == lumpnum)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue