- Exhumed: fixed uninitialized variable in bullet code.

This commit is contained in:
Christoph Oelckers 2021-11-07 23:33:39 +01:00
parent 5d0c9a9fc8
commit 43fdc1bb56

View file

@ -707,7 +707,7 @@ DExhumedActor* BuildBullet(DExhumedActor* pActor, int nType, int nZOffset, int n
pBulletSprite->z += nZOffset;
pBulletSprite->backuppos();
int var_18;
int var_18 = 0;
nSector = pBulletSprite->sectnum;