summaryrefslogtreecommitdiff
path: root/csrc/cards_ui.c
diff options
context:
space:
mode:
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 de3dfd7..15e2d28 100644
--- a/csrc/cards_ui.c
+++ b/csrc/cards_ui.c
@@ -148,7 +148,7 @@ void cards_ui()
return;
}
if ((dl & 6) && (players[current_player].f22 & 1)) {
- edi = esi = eax = fcn_00441262(current_player);
+ edi = esi = eax = player_cards_num(current_player);
if (eax == 0)
return;
memset(mem, 0, 8);