Fixed minimap

Oops
This commit is contained in:
Clownacy 2019-03-07 14:37:24 +00:00
parent 111313ec77
commit ccc0c63ebe

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;