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