mirror of
https://github.com/tstellar/bygfoot.git
synced 2024-12-16 18:29:21 +01:00
included training camp
This commit is contained in:
parent
3cb0669960
commit
6d04c36926
@ -1243,3 +1243,19 @@ on_hpaned2_button_release_event (GtkWidget *widget,
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void
|
||||
on_training_camp_activate (GtkMenuItem *menuitem,
|
||||
gpointer user_data)
|
||||
{
|
||||
if(sett_int("int_opt_disable_training_camp"))
|
||||
{
|
||||
game_gui_print_message(
|
||||
_("Training camp is disabled in this country definition."));
|
||||
return;
|
||||
}
|
||||
|
||||
window_show_training_camp();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user