Blizzard / s2client-proto

StarCraft II Client - protocol definitions used to communicate with StarCraft II.
MIT License
3.76k stars 430 forks source link

FeatureLayersMinimap does not match game rendered version #87

Open skjb opened 6 years ago

skjb commented 6 years ago

In spatial.proto the FeatureLayersMinimap data appears to come out like this (Simple64 map):

image

But in the game it looks like this:

image

It seems to me the FeatureLayersMinimap should be adjusted to return only the playable area.