vehicle.c
changeset 1328 eacd8225ed42
parent 1313 f1013ec3d318
child 1349 15979a2e9001
--- a/vehicle.c	Sun Feb 06 20:29:32 2005 +0000
+++ b/vehicle.c	Sun Feb 06 20:53:31 2005 +0000
@@ -1612,7 +1612,7 @@
 	if (!CheckOwnership(v->owner))
 		return CMD_ERROR;
 
-	str = AllocateNameUnique((byte*)_decode_parameters, 2);
+	str = AllocateNameUnique((const char*)_decode_parameters, 2);
 	if (str == 0)
 		return CMD_ERROR;