Saving memory with const arrays
#1

Does making an array const save memory? i.e. for random spawns.
Reply
#2

If I'm not mistaken, constant variables are not saved on the stack. So it does free up some memory in a way.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)