mirror of
https://github.com/DrBeef/Raze.git
synced 2025-04-08 00:31:04 +00:00
- Exhumed: clear lasthitsect when starting a new level.
This commit is contained in:
parent
e42c3afbea
commit
c16b090fbe
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ bulletInfo BulletInfo[] = {
|
|||
void InitBullets()
|
||||
{
|
||||
BulletList.Clear();
|
||||
lasthitsect = nullptr;
|
||||
}
|
||||
|
||||
int GrabBullet()
|
||||
|
|
Loading…
Reference in a new issue