From c16b090fbe0e889eee5ac52c99662b63dd0b9dce Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 21 Dec 2021 15:24:36 +0100 Subject: [PATCH] - Exhumed: clear lasthitsect when starting a new level. --- source/games/exhumed/src/bullet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/games/exhumed/src/bullet.cpp b/source/games/exhumed/src/bullet.cpp index d4f4e83af..f14e2be9f 100644 --- a/source/games/exhumed/src/bullet.cpp +++ b/source/games/exhumed/src/bullet.cpp @@ -136,6 +136,7 @@ bulletInfo BulletInfo[] = { void InitBullets() { BulletList.Clear(); + lasthitsect = nullptr; } int GrabBullet()