diff -r f5ccffdadd48 -r b031d88c76f3 namegen.c --- a/namegen.c Sun Jan 09 20:45:07 2005 +0000 +++ b/namegen.c Sun Jan 09 21:25:44 2005 +0000 @@ -306,7 +306,8 @@ static byte MakePolishTownName(byte *buf, uint32 seed) { - int i, j; + uint i; + uint j; //null terminates the string for strcat strcpy(buf, ""); @@ -402,7 +403,7 @@ static byte MakeHungarianTownName(byte *buf, uint32 seed) { - int i; + uint i; //null terminates the string for strcat strcpy(buf, "");