Allow debug view of player hitbox when using chasecam.
This commit is contained in:
parent
5bf0b73c70
commit
db86853195
2 changed files with 3 additions and 3 deletions
|
|
@ -108,7 +108,7 @@ extend Class SWWMHandler
|
|||
Actor a;
|
||||
while ( a = Actor(ti.Next()) )
|
||||
{
|
||||
if ( a == players[consoleplayer].Camera ) continue;
|
||||
if ( (a == players[consoleplayer].Camera) && !(players[consoleplayer].cheats&CF_CHASECAM) ) continue;
|
||||
if ( a.bINVISIBLE && !(a is 'DynamicLight') ) continue;
|
||||
if ( (a is 'Inventory') && Inventory(a).Owner ) continue;
|
||||
if ( (a is 'SWWMPickupFlash') && (a.CurState == a.FindState('Pickup')) ) continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue