mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Start numfollowercategories at 0(!!!)
Uninitialised memory, my mistake
This commit is contained in:
parent
d2342a4b9f
commit
d158493bcf
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
INT32 numfollowers = 0;
|
||||
follower_t followers[MAXFOLLOWERS];
|
||||
|
||||
INT32 numfollowercategories;
|
||||
INT32 numfollowercategories = 0;
|
||||
followercategory_t followercategories[MAXFOLLOWERCATEGORIES];
|
||||
|
||||
boolean horngoner = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue