town_cmd.c
changeset 1328 e069d2db0e4c
parent 1327 f98ba72197f5
child 1335 a635854c23b6
--- a/town_cmd.c	Sun Feb 06 20:29:32 2005 +0000
+++ b/town_cmd.c	Sun Feb 06 20:53:31 2005 +0000
@@ -1395,7 +1395,7 @@
 	StringID str;
 	Town *t = GetTown(p1);
 
-	str = AllocateNameUnique((byte*)_decode_parameters, 4);
+	str = AllocateNameUnique((const char*)_decode_parameters, 4);
 	if (str == 0)
 		return CMD_ERROR;