Clean-up Escape.cpp
This commit is contained in:
parent
80e217edf3
commit
b4e651398a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ int Call_Escape(HWND hWnd)
|
||||||
|
|
||||||
// Draw screen
|
// Draw screen
|
||||||
CortBox(&grcFull, 0x000000);
|
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();
|
PutFramePerSecound();
|
||||||
|
|
||||||
if (!Flip_SystemTask(hWnd))
|
if (!Flip_SystemTask(hWnd))
|
||||||
|
|
Loading…
Add table
Reference in a new issue