]> 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>
Sat, 23 Jan 2021 06:08:03 +0000 (07:08 +0100)
commitf57c71da928a603cebbaa1cc951be4ecca46ff84
tree59aed83dab0fa843e2704340f560563a54eeee75
parente7583a519e063bbf6b29343a173fd020b3ad6dca
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