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>
This commit is contained in:
parent
e379edc648
commit
ada4678128
6 changed files with 6 additions and 6 deletions
|
@ -82,7 +82,7 @@ struct nchrstr {
|
|||
#define putnuke(n, p) ef_write(EF_NUKE, (n), (p))
|
||||
#define getnukep(n) ((struct nukstr *)ef_ptr(EF_NUKE, (n)))
|
||||
|
||||
extern struct nchrstr nchr[21];
|
||||
extern struct nchrstr nchr[64];
|
||||
|
||||
/* src/lib/common/cargo.c */
|
||||
extern void nuk_carrier_change(struct nukstr *, int, int, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue