Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Too many local, nonstatic variables
#6
Make them dynamic by changing anything like this:

Tile(0 to x, 0 to x) as ...

to

Tile() as ...

then redim it somewhere, perhaps the load map or something like that.

Redim Preserve Map(x).Tile(0 to x, 0 to x)

In client, you don't need Preserve.

Make since?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)