diff options
Diffstat (limited to 'src/content_sao.h')
-rw-r--r-- | src/content_sao.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::string> 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; |