- initialize the impact decal counter for each level.

This commit is contained in:
Christoph Oelckers 2019-01-26 23:36:22 +01:00
parent 9b1b6db85d
commit df4c7d8f56

View file

@ -1460,6 +1460,7 @@ void FLevelLocals::Init()
flags = 0;
flags2 = 0;
flags3 = 0;
ImpactDecalCount = 0;
info = FindLevelInfo (MapName);