summaryrefslogtreecommitdiff
path: root/src/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/camera.h')
-rw-r--r--src/camera.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/camera.h b/src/camera.h
index 500168f3d..ba5d72bf4 100644
--- a/src/camera.h
+++ b/src/camera.h
@@ -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