07-04-2009, 07:55 PM
The If GettingMap statement needs to be switched around. The else of If statements go slower, so change it to If Not GettingMap and move the drawing of the receiving map to the bottom in an else statement.
Also all loops should be moved to within their subs.
Also all loops should be moved to within their subs.