From 30bec61f5e6b181786a3b2ab9517b7e6f6959912 Mon Sep 17 00:00:00 2001 From: lopsi <40902730+Lpsd@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:51:25 +0100 Subject: [PATCH] Update CWater.h Co-authored-by: Marek Kulik --- Server/mods/deathmatch/logic/CWater.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/mods/deathmatch/logic/CWater.h b/Server/mods/deathmatch/logic/CWater.h index 864e3a47c6..94945a832f 100644 --- a/Server/mods/deathmatch/logic/CWater.h +++ b/Server/mods/deathmatch/logic/CWater.h @@ -60,5 +60,5 @@ class CWater final : public CElement EWaterType m_WaterType; bool m_bShallow; - float m_iDefaultLevel = .0f; + float m_iDefaultLevel{}; };