From aae54438e403c317d1837a9ed1f057536b659d94 Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Wed, 24 Feb 2021 12:11:55 +0100 Subject: [PATCH 1/3] Fix the rule name of the "City Gone" AAPC. The forced action auto performer cause "City Gone" was accidentally given the rule name "City Gone ". See osdn #41648 --- common/actions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/actions.h b/common/actions.h index 3c7cddd52c..a4485436d5 100644 --- a/common/actions.h +++ b/common/actions.h @@ -519,7 +519,7 @@ struct action_enabler /* The city that made the unit's current tile native is gone. Evaluated * against an adjacent tile. */ #define SPECENUM_VALUE3 AAPC_CITY_GONE -#define SPECENUM_VALUE3NAME N_("City Gone ") +#define SPECENUM_VALUE3NAME N_("City Gone") /* Number of forced action auto performer causes. */ #define SPECENUM_COUNT AAPC_COUNT #include "specenum_gen.h" -- 2.20.1