Start numfollowercategories at 0(!!!)

Uninitialised memory, my mistake
This commit is contained in:
toaster 2025-08-22 16:07:20 +01:00
parent d2342a4b9f
commit d158493bcf

View file

@ -29,7 +29,7 @@
INT32 numfollowers = 0;
follower_t followers[MAXFOLLOWERS];
INT32 numfollowercategories;
INT32 numfollowercategories = 0;
followercategory_t followercategories[MAXFOLLOWERCATEGORIES];
boolean horngoner = false;