Hi,

I'm trying to use an array of entity pointer.
this is the declaration of it:
Code:
ENTITY* next1[50];


But this line makes a crash everytime:
Code:
while(next1[j].connected[i] != 0) { }


So my first question: Is it possible to use such an array?
If yes, is there something special with such an array?


Thanks for reading, thinking, answering wink