From 5deb1058a339ea62f1d298ec8685202166a6ba10 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 5 Apr 2021 13:09:30 +0300 Subject: [PATCH 45/45] hexemplio *.spec: Define artists in correct section Client expects entry 'info.artists', hexemplio hills.spec and mountains.spec had no [info] section but had 'spec.artists', leading to unused entry warning from the client. Add [info] section where 'artists' entry goes. See osdn #41923 Signed-off-by: Marko Lindqvist --- data/hexemplio/hills.spec | 2 ++ data/hexemplio/mountains.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/data/hexemplio/hills.spec b/data/hexemplio/hills.spec index 51a8efb672..f21e5a2dd3 100644 --- a/data/hexemplio/hills.spec +++ b/data/hexemplio/hills.spec @@ -2,6 +2,8 @@ options = "+Freeciv-spec-Devel-2019-Jul-03" +[info] + artists = " Peter Arbor (original terrain) GriffonSpade diff --git a/data/hexemplio/mountains.spec b/data/hexemplio/mountains.spec index 4a8335bd7e..539f2c83e8 100644 --- a/data/hexemplio/mountains.spec +++ b/data/hexemplio/mountains.spec @@ -2,6 +2,8 @@ options = "+Freeciv-spec-Devel-2019-Jul-03" +[info] + artists = " Peter Arbor (original terrain) GriffonSpade -- 2.30.2