summaryrefslogtreecommitdiff
path: root/csrc/cards_ui.c
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-09-12 16:15:39 +0800
committerIru Cai <mytbk920423@gmail.com>2018-09-12 16:15:39 +0800
commit42782654cc0b16f1d805d9192103df13dab44a97 (patch)
tree30ddd8c2079ca5c3ba0ab1d7f85e94486af120a1 /csrc/cards_ui.c
parent778bb68cd50b3b98101ddbcb6a705592748f13cb (diff)
downloadrich4-42782654cc0b16f1d805d9192103df13dab44a97.tar.xz
name player_info.f21 as who_plays
Diffstat (limited to 'csrc/cards_ui.c')
-rw-r--r--csrc/cards_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csrc/cards_ui.c b/csrc/cards_ui.c
index 5d9abb5..41c27c0 100644
--- a/csrc/cards_ui.c
+++ b/csrc/cards_ui.c
@@ -151,7 +151,7 @@ void cards_ui()
uint8_t mem[8]; /* esp + 0x90 */
eax = current_player * 0x68;
- uint8_t dl = players[current_player].f21;
+ uint8_t dl = players[current_player].who_plays;
if (dl == 1) {
fcn.0041d546();
edi = eax = read_mkf(mkf_panel, 11, NULL, NULL);