Skip to content
Snippets Groups Projects
Commit 14195d38 authored by Superstarxalien's avatar Superstarxalien
Browse files

in which I accidentally practically deleted most of the commits trying to...

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
parent 46f5b060
No related branches found
No related tags found
Loading
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment