Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom Map Sizes.
#8
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;
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
and
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?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)