shithub: cstory

Download patch

ref: ed74a46966422ed8e0364308cfe905b9a8553841
parent: 07935c2e2063393a226a64e52fea2a2826565f53
parent: ccc0c63ebe6e29a966edbb4acfc0e796b0b27072
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Mar 7 14:00:27 EST 2019

Merge branch 'master' of https://github.com/Clownacy/Cave-Story-Engine-2

--- a/src/MiniMap.cpp
+++ b/src/MiniMap.cpp
@@ -118,8 +118,8 @@
 	
 	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;