X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Flib%2Fglobal%2Fland.c;h=1845f573086c40f615ebaeb6857708802da5f273;hp=dbefcf9c52bd81a3111134665035aead20ad6ce6;hb=e7583a519e063bbf6b29343a173fd020b3ad6dca;hpb=6bad4643483d99a7e8cfa4251646ae7f162bfa1b diff --git a/src/lib/global/land.c b/src/lib/global/land.c index dbefcf9c5..1845f5730 100644 --- a/src/lib/global/land.c +++ b/src/lib/global/land.c @@ -43,7 +43,7 @@ * Initialized on startup from land.config and deity custom config (if any). * Terminated by a sentinel with null l_name. */ -struct lchrstr lchr[LND_TYPE_MAX + 2]; +struct lchrstr lchr[LCHR_SZ]; #define logx(a, b) (log((a)) / log((b))) #define LND_ATTDEF(b, t) (((b) * (1.0 + ((sqrt((t)) / 100.0) * 4.0))) \