Skip to content

Commit

Permalink
Pop menu province list rework + open pop menu from province menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Hop311 committed Mar 17, 2024
1 parent 490357b commit 5a40c6d
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 152 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Error GameSingleton::setup_game(int32_t bookmark_index) {

MenuSingleton* menu_singleton = MenuSingleton::get_singleton();
ERR_FAIL_NULL_V(menu_singleton, FAILED);
menu_singleton->population_menu_update_provinces();
menu_singleton->_population_menu_update_provinces();

return ERR(ret);
}
Expand Down
Loading

0 comments on commit 5a40c6d

Please sign in to comment.