From: Kahrl Date: Thu, 28 May 2015 18:47:15 +0000 (+0200) Subject: Fix typo in variable name X-Git-Tag: 0.4.13~232 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0f15488eae058bfb2143f837b179a6631286192c;p=oweals%2Fminetest.git Fix typo in variable name --- 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) {}