Closed rslabbert closed 11 years ago
You can now scroll through comments and it'll get more when it reaches the bottom, but it doesn't break very elegantly.
Also initialized cList[500] with an = {0} to stop it from becoming a pain later with uninitialized variables.
cList[500]
= {0}
You can now scroll through comments and it'll get more when it reaches the bottom, but it doesn't break very elegantly.
Also initialized
cList[500]
with an= {0}
to stop it from becoming a pain later with uninitialized variables.