Removed unused parameter
This commit is contained in:
parent
2694c1d7a7
commit
39bd46accc
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ void ttitle_screen::pre_show(twindow& window)
|
|||
game_.clear_loaded_game();
|
||||
}
|
||||
});
|
||||
register_button(window, "addons", hotkey::TITLE_SCREEN__ADDONS, [this](twindow& window) {
|
||||
register_button(window, "addons", hotkey::TITLE_SCREEN__ADDONS, [this](twindow&) {
|
||||
// NOTE: we need the help_manager to get access to the Add-ons
|
||||
// section in the game help!
|
||||
help::help_manager help_manager(&game_config_manager::get()->game_config());
|
||||
|
|
Loading…
Add table
Reference in a new issue