From 6fd936874514c026ffdf75abb5978b3bd7771cb1 Mon Sep 17 00:00:00 2001 From: Lpsd <40902730+Lpsd@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:17:56 +0100 Subject: [PATCH] Update CClientWater.h --- Client/mods/deathmatch/logic/CClientWater.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };