namegen.c
changeset 959 b031d88c76f3
parent 958 f5ccffdadd48
child 992 7ddeb6074c06
--- 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, "");