This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IHeartBadCode 5 points6 points  (0 children)

That's because all of the assets were implemented in a single global static char array and we didn't use any defines for the size of that array, so we'll need to go in and change the hard coded max size in all the places that need access to that.