- missed one BaseBlend use.

This commit is contained in:
Christoph Oelckers 2022-11-08 12:01:34 +01:00
parent 706d465781
commit df7a58d756

View file

@ -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();