diff --git a/Client/mods/deathmatch/logic/CClientWater.h b/Client/mods/deathmatch/logic/CClientWater.h index 16a3a2bcf8..8dcd9aaef9 100644 --- a/Client/mods/deathmatch/logic/CClientWater.h +++ b/Client/mods/deathmatch/logic/CClientWater.h @@ -46,7 +46,7 @@ class CClientWater final : public CClientEntity bool m_bShallow; // Shallow water? std::vector m_Vertices; // List of vertices for this water - float m_iDefaultLevel = .0f; + float m_iDefaultLevel{}; friend class CClientWaterManager; };