summaryrefslogtreecommitdiff
path: root/csrc/tools_ui.c
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-10-02 11:20:11 +0800
committerIru Cai <mytbk920423@gmail.com>2018-10-02 11:20:11 +0800
commitb251daf8111445cb37abe5e238019fd12e6d36f9 (patch)
treee0f5609cacb5ef57c647f803b8aebdcd6b3c4ba7 /csrc/tools_ui.c
parent521394f94ab4789df32fc92b5af69249de36708d (diff)
downloadrich4-b251daf8111445cb37abe5e238019fd12e6d36f9.tar.xz
graph_st_overlay @ 0x4562a5
Diffstat (limited to 'csrc/tools_ui.c')
-rw-r--r--csrc/tools_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csrc/tools_ui.c b/csrc/tools_ui.c
index 534f43c..f42778c 100644
--- a/csrc/tools_ui.c
+++ b/csrc/tools_ui.c
@@ -34,7 +34,7 @@ void fcn_447c6e(struct graph_st *a1, struct graph_st *a2, int player)
size_t idx = player * 15 + i;
if (tool_amount[idx] == 0)
continue;
- fcn_4562a5(a1, ((void*)(a2->data)) + (i+2)*12, t - 16, k);
+ graph_st_overlay(a1, ((void*)(a2->data)) + (i+2)*12, t - 16, k);
sprintf(str, str_cross_sym, (int)tool_amount[idx]);
draw_some_text(a1, str, t + 34, k - 10, 1);
tab_48c548[j] = i + 1;