2012-03-10, 08:18 PM
MoldyBunny Wrote:If I'm not wrong you create an array of Tower objects but don't initialize them. I'm gonna assume that's what causes the issue
public Tower[] t = new Tower[3]; is the initializer, no?
That creates three ArrayListStack's in each Tower object, since a Tower takes no parameters.
EDIT:
nvm didn't work

