From df4c7d8f568ff829931ca645098db20e4b1d37c2 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 26 Jan 2019 23:36:22 +0100 Subject: [PATCH] - initialize the impact decal counter for each level. --- src/g_level.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/g_level.cpp b/src/g_level.cpp index acb6eaec6a..c368233001 100644 --- a/src/g_level.cpp +++ b/src/g_level.cpp @@ -1460,6 +1460,7 @@ void FLevelLocals::Init() flags = 0; flags2 = 0; flags3 = 0; + ImpactDecalCount = 0; info = FindLevelInfo (MapName);