Merge branch 'master' of https://github.com/Clownacy/Cave-Story-Engine-2
This commit is contained in:
commit
ed74a46966
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue