summaryrefslogtreecommitdiff
path: root/csrc/cards.c
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-10-04 17:20:19 +0800
committerIru Cai <mytbk920423@gmail.com>2018-10-04 17:20:19 +0800
commit287472628b86043c3fffef88b02b6002c5e6d8a5 (patch)
treebd01a44374ab4d91f0b4a3fae36bde6968b4d932 /csrc/cards.c
parent14a900f2088b3b8b073ebee910f4c2ad7872e209 (diff)
downloadrich4-287472628b86043c3fffef88b02b6002c5e6d8a5.tar.xz
set_cursor_icon
Diffstat (limited to 'csrc/cards.c')
-rw-r--r--csrc/cards.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/csrc/cards.c b/csrc/cards.c
index d8b868c..bb5a650 100644
--- a/csrc/cards.c
+++ b/csrc/cards.c
@@ -1265,9 +1265,9 @@ int red_card()
consume_a_card(current_player, 24);
return 1;
} else {
- fcn.004021f8(12, 15, 10);
+ set_cursor_icon(12, 15, 10);
int selected_stock = stock_ui(1);
- fcn.004021f8(41, 1, 0);
+ set_cursor_icon(41, 1, 0);
player_action_1(1);
if (selected_stock == 0)
return 0;
@@ -1292,9 +1292,9 @@ int black_card()
t[i] = stocks[i].f20;
if (players[current_player].who_plays == 1) {
- fcn.004021f8(12, 15, 10);
+ set_cursor_icon(12, 15, 10);
sel = stock_ui(2);
- fcn.004021f8(41, 1, 0);
+ set_cursor_icon(41, 1, 0);
player_action_1(1);
} else {
sel = fcn.0041e6f2(0);