X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.c;h=7d4dc9d012b3e2648e2cb0d1c4f6f4094a82ba88;hb=403562c21286288c3f0798e55f075430254399f1;hp=9779f83fb687ab119b1943c09c220d4c28fb0b27;hpb=e4e2346cab8fe2f81bcab90fbfb6e4683c675332;p=rocksndiamonds.git diff --git a/src/files.c b/src/files.c index 9779f83f..7d4dc9d0 100644 --- a/src/files.c +++ b/src/files.c @@ -11064,6 +11064,10 @@ static struct TokenInfo editor_setup_tokens[] = TYPE_SWITCH, &setup.editor.show_element_token, "editor.show_element_token" }, + { + TYPE_SWITCH, + &setup.editor.fast_game_start, "editor.fast_game_start" + }, { TYPE_SWITCH, &setup.editor.show_read_only_warning, "editor.show_read_only_warning" @@ -11826,6 +11830,7 @@ static void setSetupInfoToDefaults(struct SetupInfo *si) si->editor.el_headlines = TRUE; si->editor.show_element_token = FALSE; + si->editor.fast_game_start = FALSE; si->editor.show_read_only_warning = TRUE;