From 928bf8a990f18e204b8827862718a7bc20dcfa49 Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Thu, 13 Jan 2011 21:35:42 +0100 Subject: Colored active player. --- src/display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display.h') diff --git a/src/display.h b/src/display.h index 8cfb217..5f31a63 100644 --- a/src/display.h +++ b/src/display.h @@ -10,7 +10,7 @@ void display_window_table_cards(const tablestacks ts, const bool highlight, const uint8_t highlighted_stack); void display_window_stack_points(const tablestacks ts); -void display_window_current_state(const player_name_open_card_tuple pnoc[], const uint8_t num_players, const uint32_t score); +void display_window_current_state(const player_name_open_card_tuple pnoc[], const uint8_t num_players, const uint8_t active_player, const uint32_t score); void display_window_hand_cards(const hand h, const bool highlight, const uint8_t highlighted_card); void display_init(void); void display_fini(void); -- cgit v1.2.3