From 14195d38d4df59e2bb87d5823ce92db4cd94f887 Mon Sep 17 00:00:00 2001 From: Superstarxalien <ernesto_vallenilla@hotmail.com> Date: Sat, 11 May 2024 11:34:36 -0400 Subject: [PATCH] in which I accidentally practically deleted most of the commits trying to upload this to GitLab, almost entirely defeating the purpose of uploading the repo online worst part is they're all gone forever too anyway i'm deleting this unused variable --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index 585ff76..b0e9ab5 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; -- GitLab