From edbc533414b0ba991a82f8003d90924e1dc60d95 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Fri, 15 Sep 2017 12:18:47 +0200 Subject: Customizeable max breath for players (#6411) * Customizeable maximal breath for players --- src/content_sao.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content_sao.h') diff --git a/src/content_sao.h b/src/content_sao.h index 019397d83..0ff95059e 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -397,7 +397,7 @@ private: std::set m_privs; bool m_is_singleplayer; - u16 m_breath = PLAYER_MAX_BREATH; + u16 m_breath = PLAYER_MAX_BREATH_DEFAULT; f32 m_pitch = 0.0f; f32 m_fov = 0.0f; s16 m_wanted_range = 0.0f; -- cgit v1.2.3