- Exhumed: clear lasthitsect when starting a new level.

This commit is contained in:
Christoph Oelckers 2021-12-21 15:24:36 +01:00
parent e42c3afbea
commit c16b090fbe

View file

@ -136,6 +136,7 @@ bulletInfo BulletInfo[] = {
void InitBullets()
{
BulletList.Clear();
lasthitsect = nullptr;
}
int GrabBullet()