From 0f15488eae058bfb2143f837b179a6631286192c Mon Sep 17 00:00:00 2001
From: Kahrl <kahrl@gmx.net>
Date: Thu, 28 May 2015 20:47:15 +0200
Subject: [PATCH] Fix typo in variable name

---
 src/serverobject.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ class ServerActiveObject : public ActiveObject
 	{}
 	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)
 	{}
-- 
GitLab