From df7a58d756554934cb253fefdf4d52babb272011 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 8 Nov 2022 12:01:34 +0100 Subject: [PATCH] - missed one BaseBlend use. --- src/g_level.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/g_level.cpp b/src/g_level.cpp index 701f99646..0883d324a 100644 --- a/src/g_level.cpp +++ b/src/g_level.cpp @@ -1784,8 +1784,7 @@ void FLevelLocals::Init() { P_InitParticles(this); P_ClearParticles(this); - BaseBlendA = 0.0f; // Remove underwater blend effect, if any - + gravity = sv_gravity * 35/TICRATE; aircontrol = sv_aircontrol; AirControlChanged();