fairland: Move qprint() and NUMTRIES
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 10 Aug 2020 13:52:02 +0000 (15:52 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 17 Jan 2021 20:24:28 +0000 (21:24 +0100)
commit200059b65b4690b794b67dd790e5c104bf2c5dbd
treee4a2a77853905d03e3bdfbddcd31441a08abfb95
parentd8db5b7308dc96f44f910bb111fbff905be2f6c8
fairland: Move qprint() and NUMTRIES

qprint() was carelessly added at the end of the file in Empire 2,
where it's under the "Write a script for placing capitals" headline.
Move it to a more sensible place.

NUMTRIES was added behind the global variables in Empire 2.  Move it
before them, and reformat its comment.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/util/fairland.c