GZDoom 4.5.0 compat fixes.
This commit is contained in:
parent
e2d2305f8b
commit
d0287b7ade
4 changed files with 10 additions and 5 deletions
|
|
@ -183,7 +183,7 @@ extend Class SWWMHandler
|
|||
private bool SuppressMultiItem( WorldEvent e )
|
||||
{
|
||||
// quick checks
|
||||
if ( !G_SkillPropertyInt(SKILLP_SpawnMulti) || multiplayer || (dmflags2&(1<<29)) ) // wow there's no dmflags constants defined in zscript???
|
||||
if ( !G_SkillPropertyInt(SKILLP_SpawnMulti) || multiplayer || sv_alwaysspawnmulti )
|
||||
return false;
|
||||
// is it coop inventory? suppress it
|
||||
if ( (e.Thing.spawnflags&(MTF_COOPERATIVE|MTF_DEATHMATCH)) && !(e.Thing.spawnflags&MTF_SINGLE) && (e.Thing is 'Inventory') )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue