From 5600160f335f57286c11285dc92db95a6b86fdd6 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 14 Jul 2022 06:01:03 +0300 Subject: [PATCH 38/38] Make rally_point.length size_t See osdn #45054 Signed-off-by: Marko Lindqvist --- common/city.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/city.h b/common/city.h index b047bf3268..afc693593a 100644 --- a/common/city.h +++ b/common/city.h @@ -400,7 +400,7 @@ struct city { int steal; /* diplomats steal once; for spies, gets harder */ struct { - int length; + size_t length; /* If true, rally point is active until owner cancels or loses city. */ bool persistent; /* Orders should be cleared if an enemy is met. */ -- 2.35.1