]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/localplayer.h
Translated using Weblate (Korean)
[dragonfireclient.git] / src / localplayer.h
index 2a4a9dfc74c2f95c26baadf0bd92e53b4e85487e..b71253275a7d13fec6dd1272265c957fea0d0cc5 100644 (file)
@@ -62,8 +62,6 @@ class LocalPlayer : public Player
        unsigned int last_keyPressed;
 
        float camera_impact;
-       v3f eye_offset_first;
-       v3f eye_offset_third;
 
        int last_animation;
        float last_animation_speed;
@@ -78,7 +76,7 @@ class LocalPlayer : public Player
        }
 
        void setCAO(GenericCAO* toset) {
-               assert( m_cao == NULL );
+               assert( m_cao == NULL ); // Pre-condition
                m_cao = toset;
        }