diff --git a/src/serverobject.h b/src/serverobject.h index 5873e4ab8..5de1071d1 100644 --- a/src/serverobject.h +++ b/src/serverobject.h @@ -153,7 +153,7 @@ public: {} virtual void setAnimation(v2f frames, float frame_speed, float frame_blend) {} - virtual void getAnimation(v2f *frames, float *frame_spee, float *frame_blend) + virtual void getAnimation(v2f *frames, float *frame_speed, float *frame_blend) {} virtual void setBonePosition(const std::string &bone, v3f position, v3f rotation) {}