Skip to content

Commit

Permalink
Update CWater.h
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Kulik <me@botder.com>
  • Loading branch information
Lpsd and botder authored Jun 17, 2024
1 parent 2a5d1a7 commit 30bec61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/mods/deathmatch/logic/CWater.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ class CWater final : public CElement
EWaterType m_WaterType;
bool m_bShallow;

float m_iDefaultLevel = .0f;
float m_iDefaultLevel{};
};

0 comments on commit 30bec61

Please sign in to comment.