01-02-2008, 07:10 PM
Upon more investigation, if I change
For I = 1 To MAX_MAPS
to
For I = 1 To 5
(because there are five maps in the database)
it doesn't crash.
I hope maybe this will shed some light as well.
For I = 1 To MAX_MAPS
to
For I = 1 To 5
(because there are five maps in the database)
it doesn't crash.
I hope maybe this will shed some light as well.