mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- initialize the impact decal counter for each level.
This commit is contained in:
parent
9b1b6db85d
commit
df4c7d8f56
1 changed files with 1 additions and 0 deletions
|
@ -1460,6 +1460,7 @@ void FLevelLocals::Init()
|
|||
flags = 0;
|
||||
flags2 = 0;
|
||||
flags3 = 0;
|
||||
ImpactDecalCount = 0;
|
||||
|
||||
info = FindLevelInfo (MapName);
|
||||
|
||||
|
|
Loading…
Reference in a new issue