Clean-up Escape.cpp

This commit is contained in:
Clownacy 2019-11-15 20:34:29 +00:00
parent 80e217edf3
commit b4e651398a

View file

@ -34,7 +34,7 @@ int Call_Escape(HWND hWnd)
// 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))