From 7ee5a3624e4177b13ea63565cd63449fa4a3aa2f Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 27 Mar 2017 08:57:35 +0200 Subject: [PATCH] allow game.start in ini file --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 7b1c62c38..e67982108 100644 --- a/src/main.c +++ b/src/main.c @@ -75,6 +75,7 @@ static void load_inifile(void) static const char * valid_keys[] = { "game.id", "game.name", + "game.start", "game.locale", "game.verbose", "game.report",