mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-06-05 21:49:20 +02:00
Def correction.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user