From dccf5b45093b476a21554f49fc9a5ef132873613 Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 15 Apr 2008 23:07:06 +0000 Subject: (svn r12731) -Fix (r12726): copying a 16bit array into 32bit wouldn't work --- src/town_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/town_cmd.cpp') diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index 2c77eb009..410044932 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -1301,7 +1301,7 @@ static bool GrowTown(Town *t) void UpdateTownRadius(Town *t) { - static const uint16 _town_squared_town_zone_radius_data[23][5] = { + static const uint32 _town_squared_town_zone_radius_data[23][5] = { { 4, 0, 0, 0, 0}, // 0 { 16, 0, 0, 0, 0}, { 25, 0, 0, 0, 0}, -- cgit v1.2.3-54-g00ecf