improve board view with visual cues of the properties owned
This commit is contained in:
@@ -380,7 +380,7 @@ bool MonopolyGame::update(const InputEvent& event) {
|
||||
}
|
||||
if (active_modal) delete active_modal;
|
||||
if (selected_action == (menu_count - 1)) {
|
||||
active_modal = new BoardModalGame(width, height, renderer, gui, input_manager, players, players_count);
|
||||
active_modal = new BoardModalGame(width, height, renderer, gui, input_manager, players, players_count, current_player_idx);
|
||||
needs_redraw = true;
|
||||
} else if (!has_rolled) {
|
||||
roll_dice_logic:
|
||||
|
||||
Reference in New Issue
Block a user