summaryrefslogtreecommitdiff
path: root/csrc/tools_ui.c
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-10-02 17:19:01 +0800
committerIru Cai <mytbk920423@gmail.com>2018-10-02 17:19:01 +0800
commit646a41e0edd22c254be4939c9fa4e54b29fdb502 (patch)
treee45272d18e3f39b07b1fb138082e4481aa5f4e78 /csrc/tools_ui.c
parente1e07917b317be0dab9beb42eb01205b62cfdd01 (diff)
downloadrich4-646a41e0edd22c254be4939c9fa4e54b29fdb502.tar.xz
overlay_fullscreen
Diffstat (limited to 'csrc/tools_ui.c')
-rw-r--r--csrc/tools_ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/csrc/tools_ui.c b/csrc/tools_ui.c
index f42778c..b9a5b86 100644
--- a/csrc/tools_ui.c
+++ b/csrc/tools_ui.c
@@ -150,13 +150,13 @@ void tools_ui()
ebx = 1;
IDirectDrawSurface_Lock(pddrawsf2, 0, &sfdesc1, 1, 0);
- fcn_4563f5(sfdesc1.lpSurface, edi + 0x18, 0xe, 0x82);
+ overlay_fullscreen(sfdesc1.lpSurface, edi + 0x18, 0xe, 0x82);
IDirectDrawSurface_Unlock(pddrawsf2, NULL);
esi = register_wait_callback(toolsProc, 0);
IDirectDrawSurface_Lock(pddrawsf2, 0, &sfdesc1, 1, 0);
- fcn_4563f5(sfdesc1.lpSurface, dw_48c558, 0, 40);
+ overlay_fullscreen(sfdesc1.lpSurface, dw_48c558, 0, 40);
IDirectDrawSurface_Unlock(pddrawsf2, NULL);
RECT r1 = { .left = 0, .top = 40, .right = 440, .bottom = 480 };