This commit is contained in:
Clownacy 2019-03-07 19:00:27 +00:00
commit ed74a46966

View file

@ -118,8 +118,8 @@ int MiniMapLoop()
RECT rcMiniMap;
rcMiniMap.left = 0;
rcMiniMap.top = gMap.width;
rcMiniMap.right = 0;
rcMiniMap.right = gMap.width;
rcMiniMap.top = 0;
rcMiniMap.bottom = gMap.length;
rcView.right = --rcView.left + gMap.width + 2;