mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
- missed one BaseBlend use.
This commit is contained in:
parent
706d465781
commit
df7a58d756
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue