(svn r12731) -Fix (r12726): copying a 16bit array into 32bit wouldn't work
authorsmatz
Tue, 15 Apr 2008 23:07:06 +0000
changeset 10199 85d4fab51029
parent 10195 a4ffa2310bd8
child 10201 3c351c28c246
(svn r12731) -Fix (r12726): copying a 16bit array into 32bit wouldn't work
src/town_cmd.cpp
--- a/src/town_cmd.cpp	Tue Apr 15 22:27:28 2008 +0000
+++ b/src/town_cmd.cpp	Tue Apr 15 23:07:06 2008 +0000
@@ -1301,7 +1301,7 @@
 
 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},