BryanSWeber / CUNYAIModule

CUNYBot, an AI that plays complete games of Starcraft.
MIT License
6 stars 3 forks source link

Tech manager sometimes fails to recognize there is no (good) tech available. #168

Closed BryanSWeber closed 5 years ago

BryanSWeber commented 5 years ago

Results in freezing.

Added a failsafe method here: https://github.com/BryanSWeber/CUNYAIModule/blob/8c63d07a2fdf918c8f8af7a644db9b6dcf21059c/AssemblyManager.cpp#L497

BryanSWeber commented 5 years ago

Changed the following line, and all similar to it: https://github.com/BryanSWeber/CUNYAIModule/blob/master/TechManager.cpp#L20

Seems to be resolved now.