I completely forgot what I changed.
This commit is contained in:
parent
1cbfd4b97d
commit
7d401bdb61
53 changed files with 314 additions and 113 deletions
|
|
@ -74,6 +74,9 @@ extend Class SWWMStaticHandler
|
|||
{
|
||||
let c = (Class<SWWMCollectible>)(AllActorClasses[i]);
|
||||
if ( !c || (c == 'SWWMCollectible') ) continue;
|
||||
let def = GetDefaultByType(c);
|
||||
// check that we can collect it in this IWAD
|
||||
if ( !def.ValidGame() ) continue;
|
||||
nc++;
|
||||
}
|
||||
maxval = nc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue