25-01-2009, 05:26 AM
So, everything went okay, Untill now. The maps get created, then when they load I get RTE 7 Out of Memory, The error referring to the following line of code;
Now when I hover over map(i).x and map(i).y, I see the following
and
Now in clear map, which is called in the initServer sub, map(i).x and .y each = 5.
Any Ideas?
Code:
ReDim Map(i).Tile(0 To Map(i).x, 0 To Map(i).y) As TileRec
Now when I hover over map(i).x and map(i).y, I see the following
Code:
map(i).x = 538976288
Code:
map(i).y = 53897628
Now in clear map, which is called in the initServer sub, map(i).x and .y each = 5.
Any Ideas?