Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 281 forks source link

Allow the user to refresh the GameInfo if needed. #259

Closed Frigerius closed 6 years ago

Frigerius commented 6 years ago

While reviewing some replays, I noticed, that the map names didn't change in the GameInfo object. I figured out that this object doesn't seem to be refreshed when loading a new replay so I just added the possibility to force a refresh for this object.