1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

This looks more like MC view bobbing, but still not even close

This commit is contained in:
Kahrl 2011-09-18 02:17:39 +02:00
parent acfb2bb8bc
commit ae66d611f2
2 changed files with 30 additions and 24 deletions

View file

@ -147,8 +147,8 @@ private:
// If 1, view bobbing is on (player is walking).
// If 2, view bobbing is getting switched off.
s32 m_view_bobbing_state;
// If true, view bobbing is slown down (player is swimming)
bool m_view_bobbing_slow;
// Speed of view bobbing animation
f32 m_view_bobbing_speed;
};
#endif