summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 4a35ca929..67deb9367 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -27,7 +27,7 @@ class ClientEnvironment;
class ClientActiveObject;
-enum localPlayerAnimations {NO_ANIM, WALK_ANIM, DIG_ANIM, WD_ANIM}; // no local animation, walking, digging, both
+enum LocalPlayerAnimations {NO_ANIM, WALK_ANIM, DIG_ANIM, WD_ANIM}; // no local animation, walking, digging, both
class LocalPlayer : public Player
{
@@ -63,6 +63,9 @@ public:
float camera_impact;
int camera_mode;
+ v3f eye_offset_first;
+ v3f eye_offset_third;
+
int last_animation;
float last_animation_speed;