]> git.pond.sub.org Git - empserver/commit
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>
Tue, 19 Jan 2021 07:55:21 +0000 (08:55 +0100)
commit82ed4c9d2517f6b989cadc386d6f516599e6e917
treea9054eff346e196b6650961163a3a9db18084a2c
parent8dab67c1161b3ab2f6529456a5149f1cc85450bd
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.

The order of forward declarations of static functions looks random.
Reorder them to match the order of definitions.

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