From b3a8bc4bd1c5c35b2d259b7db0c1aab40245e746 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 29 Oct 2023 14:15:23 +0200 Subject: [PATCH 29/29] Increase MAX_EXTRA_TYPES to 250 See osdn #48917 Signed-off-by: Marko Lindqvist --- common/fc_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fc_types.h b/common/fc_types.h index 0d863f1015..a6bdb85832 100644 --- a/common/fc_types.h +++ b/common/fc_types.h @@ -47,7 +47,7 @@ extern "C" { #define MAX_LEN_VET_SHORT_NAME 8 /* Used in the network protocol. See diplomat_success_vs_defender() */ #define MAX_VET_LEVELS 20 -#define MAX_EXTRA_TYPES 128 /* Used in the network protocol. */ +#define MAX_EXTRA_TYPES 250 /* Used in the network protocol. */ #define MAX_GOODS_TYPES 25 #define MAX_DISASTER_TYPES 10 #define MAX_ACHIEVEMENT_TYPES 40 -- 2.42.0