This commit is contained in:
Paul 2001-06-11 15:57:48 +00:00
parent c98522c9bc
commit 19e40c8507

View file

@ -187,10 +187,11 @@ void CBasePickup::collidedWith(CThing *_thisThing)
CSoundMediator::playSfx(sfxToPlayWhenCollected()); CSoundMediator::playSfx(sfxToPlayWhenCollected());
break; break;
default:
ASSERT(0);
case TYPE_NPC: case TYPE_NPC:
break; break;
default:
ASSERT(0);
} }
} }
@ -350,6 +351,9 @@ void CBaseWeaponPickup::collidedWith(CThing *_thisThing)
} }
break; break;
case TYPE_NPC:
break;
default: default:
ASSERT(0); ASSERT(0);
break; break;