File diff r542:6d2403a77bf9 → r543:efdb197f91ad
engine.c
Show inline comments
 
@@ -783,7 +783,7 @@ int32 CmdRenameEngine(int x, int y, uint
 
{
 
	StringID str;
 

	
 
	str = AllocateName((byte*)_decode_parameters, 0);
 
	str = AllocateNameUnique((byte*)_decode_parameters, 0);
 
	if (str == 0)
 
		return CMD_ERROR;