From e5cab74cf40c9850c1e7152cf47c3a5f972b269b Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Sun, 1 Apr 2007 04:33:50 +0000 Subject: [PATCH] option order From a bug report, the `splash_screen' boolean option was out of alphabetical order. --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 2959a01fc..176a19f58 100644 --- a/src/options.c +++ b/src/options.c @@ -183,8 +183,8 @@ static struct Bool_Opt {"softkeyboard", &iflags.wc2_softkeyboard, FALSE, SET_IN_FILE}, {"sortpack", &flags.sortpack, TRUE, SET_IN_GAME}, {"sparkle", &flags.sparkle, TRUE, SET_IN_GAME}, + {"splash_screen", &iflags.wc_splash_screen, TRUE, DISP_IN_GAME}, /*WC*/ {"standout", &flags.standout, FALSE, SET_IN_GAME}, - {"splash_screen", &iflags.wc_splash_screen, TRUE, DISP_IN_GAME}, /*WC*/ {"tiled_map", &iflags.wc_tiled_map, PREFER_TILED, DISP_IN_GAME}, /*WC*/ {"time", &flags.time, FALSE, SET_IN_GAME}, #ifdef TIMED_DELAY