From 7db487c683e9b0962ef47da429168a421e261541 Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Thu, 11 Mar 2021 16:52:21 +0100 Subject: [PATCH] Initialize all fields for the counter "Owned". See osdn #41734 --- common/counters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/counters.c b/common/counters.c index df3f4fbaa4..20d46caee1 100644 --- a/common/counters.c +++ b/common/counters.c @@ -20,7 +20,7 @@ static struct counter counters[MAX_COUNTERS] = { - { "Owned", COUNTER_OWNED, 0, 0 } + { "Owned", COUNTER_OWNED, CTGT_CITY, 0, 0 } }; static struct counter *counters_city[MAX_COUNTERS]; -- 2.20.1