shithub: cstory

Download patch

ref: b4e651398ab79063f26d2d2aa785703f89d00c12
parent: 80e217edf30c14d569a0798f1e946f59da382ec0
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Nov 15 15:34:29 EST 2019

Clean-up Escape.cpp

--- a/src/Escape.cpp
+++ b/src/Escape.cpp
@@ -34,7 +34,7 @@
 
 		// Draw screen
 		CortBox(&grcFull, 0x000000);
-		PutBitmap3(&grcFull, (WINDOW_WIDTH - 208) / 2, (WINDOW_HEIGHT - 16) / 2, &rc, SURFACE_ID_TEXT_BOX);
+		PutBitmap3(&grcFull, (WINDOW_WIDTH / 2) - 104, (WINDOW_HEIGHT / 2) - 8, &rc, SURFACE_ID_TEXT_BOX);
 		PutFramePerSecound();
 
 		if (!Flip_SystemTask(hWnd))