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());
break;
default:
ASSERT(0);
case TYPE_NPC:
break;
default:
ASSERT(0);
}
}
@ -350,6 +351,9 @@ void CBaseWeaponPickup::collidedWith(CThing *_thisThing)
}
break;
case TYPE_NPC:
break;
default:
ASSERT(0);
break;