diff options
Diffstat (limited to 'src/genericobject.h')
-rw-r--r-- | src/genericobject.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/genericobject.h b/src/genericobject.h index 3504b0a46..34b8a8a51 100644 --- a/src/genericobject.h +++ b/src/genericobject.h @@ -57,11 +57,11 @@ std::string gob_cmd_set_sprite( bool select_horiz_by_yawpitch ); -std::string gob_cmd_set_animations(v2f frames, float frame_speed, float frame_blend); +std::string gob_cmd_update_animations(v2f frames, float frame_speed, float frame_blend); -std::string gob_cmd_set_bone_posrot(std::string bone, v3f position, v3f rotation); +std::string gob_cmd_update_bone_posrot(std::string bone, v3f position, v3f rotation); -std::string gob_cmd_set_attachment(int parent_id, std::string bone, v3f position, v3f rotation); +std::string gob_cmd_update_attachment(int parent_id, std::string bone, v3f position, v3f rotation); std::string gob_cmd_punched(s16 damage, s16 result_hp); |