summaryrefslogtreecommitdiff
path: root/src/clientserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientserver.h')
-rw-r--r--src/clientserver.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/clientserver.h b/src/clientserver.h
index 5c5418632..3d1adfc2d 100644
--- a/src/clientserver.h
+++ b/src/clientserver.h
@@ -530,6 +530,16 @@ enum ToClientCommand
u8 do_override (boolean)
u16 day-night ratio 0...65535
*/
+
+ TOCLIENT_LOCAL_PLAYER_ANIMATIONS = 0x51,
+ /*
+ u16 command
+ v2f1000 stand/idle
+ v2f1000 walk
+ v2f1000 dig
+ v2f1000 walk+dig
+ f1000 frame_speed
+ */
};
enum ToServerCommand