Originally Posted By: Widi

The Engine supports only 64 VECTOR Pointer


wrong. there is no limit on that. thing about 64 is this:

vector funtion returns a temporary VECTOR* right? if you call them more than 64 times it starts returning same vector* s again, so you should only use it for calculations and not vector* init.


3333333333