]> git.pond.sub.org Git - empserver/commit
config: Enlarge configuration tables that have variable size
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 26 Dec 2020 05:37:07 +0000 (06:37 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 17 Jan 2021 20:24:28 +0000 (21:24 +0100)
commitada46781284a06390c98f01326c4639db303a39d
tree796653a8967d417b9b1c27c3a095c8b814204e6f
parente379edc648b494da4689c5521ef65979bffcdaa1
config: Enlarge configuration tables that have variable size

Configuration tables product, sect-chr, ship-chr, plane-chr, land-chr,
nuke-chr have a bit of extra space deities can use for customizing
their games.  Give them more: enlarge product from 23 to 31
entries (plus one sentinel), sect-chr from 39 to 63, ship-chr from 47
to 127, plane-chr from 47 to 127, land-chr from 31 to 127, and
nuke-chr from 20 to 63.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
include/land.h
include/nuke.h
include/plane.h
include/product.h
include/sect.h
include/ship.h