diff --git a/src/main.c b/src/main.c
index 585ff7685d3a5aa882d900a981a885cfb1ff6abe..b0e9ab595f0a8c8d5ca228e3a81a63c7c6e55f71 100644
--- a/src/main.c
+++ b/src/main.c
@@ -72,7 +72,6 @@ struct followerstructthingwhatever {
 	char bobspeed;
 	char hitconfirmtime;
 
-	char animationframes;
 	char idleanimationspeed;
 	char followinganimationspeed;
 	char hurtanimationspeed;
@@ -219,7 +218,6 @@ void SetDefaultFollowerValues(void)
 	kfollower.bobspeed = 70;
 	kfollower.hitconfirmtime = 1;
 
-	kfollower.animationframes = 0;
 	kfollower.idleanimationspeed = 35;
 	kfollower.followinganimationspeed = 35;
 	kfollower.hurtanimationspeed = 35;