From b251daf8111445cb37abe5e238019fd12e6d36f9 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Tue, 2 Oct 2018 11:20:11 +0800 Subject: graph_st_overlay @ 0x4562a5 --- csrc/tools_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csrc/tools_ui.c') 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; -- cgit v1.2.3