27-08-2006, 08:53 PM
Lol, it's not hard. I had some help with it, but after seeing how it's done, it's really not that hard.
Here is an example:
Which goes in:
Of course, there are more places that this is needed, well, not this exact redim, but I'm sure you guys get the point.
Here is an example:
Code:
ReDim SMaps(Size).Tile(0 To MAX_MAPX, 0 To MAX_MAPY)
Which goes in:
Code:
Sub iLoadMap
Of course, there are more places that this is needed, well, not this exact redim, but I'm sure you guys get the point.