1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

View bobbing is slower in the water.

This commit is contained in:
Kahrl
2011-09-08 23:31:48 +02:00
parent 524cf237b8
commit fc92da4324
2 changed files with 9 additions and 6 deletions

View File

@@ -136,6 +136,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;
};
#endif