]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/clientserver.h
make formspec textarea wordwrap
[dragonfireclient.git] / src / clientserver.h
index 3d1adfc2d6c871c38f0a651c0303093480b83cad..1f2e19e45ccaea3fbffeeef14947f4cf9278bc64 100644 (file)
@@ -534,12 +534,19 @@ enum ToClientCommand
        TOCLIENT_LOCAL_PLAYER_ANIMATIONS = 0x51,
        /*
                u16 command
-               v2f1000 stand/idle
-               v2f1000 walk
-               v2f1000 dig
-               v2f1000 walk+dig
+               v2s32 stand/idle
+               v2s32 walk
+               v2s32 dig
+               v2s32 walk+dig
                f1000 frame_speed
        */
+
+       TOCLIENT_EYE_OFFSET = 0x52,
+       /*
+               u16 command
+               v3f1000 first
+               v3f1000 third
+       */
 };
 
 enum ToServerCommand