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{}; };