MicroDK

Results 2 issues of MicroDK

Suggestion to add map analysis tool BWEM: http://bwem.sourceforge.net/ and combat sim FAP: https://github.com/N00byEdge/Neohuman/blob/master/FAP.cpp (part of bot by N00byEdge)

BWEM crashes when finding start locations on the map Aztec2.1 from Torch-Up: https://liquipedia.net/starcraft/Torch_Up ``` bool startingLocationsOK = BWEMmap.FindBasesForStartingLocations(); UAB_ASSERT(startingLocationsOK, "BWEM map analysis failed"); ``` Result: ``` !Assert: startingLocationsOK File: c:\users\micky\documents\microwave-source-v2.x-440\microwave\source\ualbertabotmodule.cpp...