mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- Exhumed: fixed uninitialized variable in bullet code.
This commit is contained in:
parent
5d0c9a9fc8
commit
43fdc1bb56
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue