- Joined
- Jan 28, 2015
- Messages
- 172
So usually when working on large values, I set the array's max index to 100 so I don't have to worry about adjusting it every time I think of adding another value to the array.
My question is, is that good practice? Say if I only filled up a quarter of it, would the remaining empty indices affect the file size, or anything that would cause problems in a long playthrough of the map?
My question is, is that good practice? Say if I only filled up a quarter of it, would the remaining empty indices affect the file size, or anything that would cause problems in a long playthrough of the map?