mirror of
https://github.com/tstellar/bygfoot.git
synced 2024-12-16 10:21:15 +01:00
Def correction.
This commit is contained in:
parent
a70ee7bbc6
commit
2eafaebc4b
@ -109,6 +109,12 @@ debug_action(const gchar *text)
|
||||
}
|
||||
else if(g_str_has_prefix(text, "goto"))
|
||||
{
|
||||
if(debug < 50)
|
||||
option_set_int("int_debug", &constants, 50);
|
||||
|
||||
if(option_int("int_opt_user_show_live_game", ¤t_user.options))
|
||||
option_set_int("int_opt_user_show_live_game", ¤t_user.options, 0);
|
||||
|
||||
sett_set_int("int_opt_goto_mode", 1);
|
||||
if(value < 100)
|
||||
while(week < value)
|
||||
|
@ -86,8 +86,8 @@ misc_callback_start_game(void)
|
||||
|
||||
stat0 = STATUS_MAIN;
|
||||
|
||||
option_add(&options, "int_opt_load_defs", 1, NULL);
|
||||
option_add(&options, "int_opt_randomise_teams", 0, NULL);
|
||||
/* option_add(&options, "int_opt_load_defs", 1, NULL); */
|
||||
/* option_add(&options, "int_opt_randomise_teams", 0, NULL); */
|
||||
|
||||
if(gtk_toggle_button_get_active(checkbutton_randomise_teams))
|
||||
opt_set_int("int_opt_randomise_teams", 1);
|
||||
|
@ -2,9 +2,9 @@ int_opt_confirm_quit 1
|
||||
int_opt_confirm_unfit 1
|
||||
int_opt_save_will_overwrite 0
|
||||
int_opt_maximize_main_window 1
|
||||
int_opt_prefer_messages 1
|
||||
int_opt_prefer_messages 0
|
||||
int_opt_progressbar_pics 1
|
||||
int_opt_skip 0
|
||||
int_opt_skip 1
|
||||
int_opt_autosave 1
|
||||
int_opt_autosave_interval 5
|
||||
int_opt_autosave_files 5
|
||||
|
@ -672,7 +672,7 @@
|
||||
|
||||
<choose_team>
|
||||
<!--this entry includes the 3 Fair Play winners awarded by the UEFA which begin in the first qualifying round. Since the criteria are impossible to implement here, the teams are drawn randomly-->
|
||||
<choose_team_sid>albania1 andorra1 armenia1 austria1 azerbaijan1 belarus1 belgium1 bosnia_herzegovina1 bulgaria1 croatia1 cyprus1 czech1 denmark1 england1 estonia1 faroe_islands1 finland1 france1 fyr_macedonia1 georgia1 germany1 greece1 hungary1 iceland1 ireland1 israel1 italy1 kazakhstan1 latvia1 lithuania1 luxembourg1 malta1 moldova1 montenegro1 netherlands1 n_ireland1 norway1 poland1 portugal1 romania1 russia1 san_marino_group_a san_marino_group_bserbia1 scotland1 slovakia1 slovenia1 spain1 sweden_allsvenskan switzerland1 turkey1 ukraine1 wales1</choose_team_sid>
|
||||
<choose_team_sid>albania1 andorra1 armenia1 austria1 azerbaijan1 belarus1 belgium1 bosnia_herzegovina1 bulgaria1 croatia1 cyprus1 czech1 denmark1 england1 estonia1 faroe_islands1 finland1 france1 fyr_macedonia1 georgia1 germany1 greece1 hungary1 iceland1 ireland1 israel1 italy1 kazakhstan1 latvia1 lithuania1 luxembourg1 malta1 moldova1 montenegro1 netherlands1 n_ireland1 norway1 poland1 portugal1 romania1 russia1 san_marino_group_a san_marino_group_b serbia1 scotland1 slovakia1 slovenia1 spain1 sweden_allsvenskan switzerland1 turkey1 ukraine1 wales1</choose_team_sid>
|
||||
<number_of_teams>3</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
|
Loading…
Reference in New Issue
Block a user