File diff r4911:1934a0c6e865 → r4912:d420151de4c6
order_cmd.c
Show inline comments
 
@@ -826,7 +826,7 @@ void BackupVehicleOrders(const Vehicle *
 
	if (!IsCustomName(v->string_id)) {
 
		bak->name[0] = '\0';
 
	} else {
 
		GetName(v->string_id & 0x7FF, bak->name);
 
		GetName(bak->name, v->string_id & 0x7FF, lastof(bak->name));
 
	}
 

	
 
	/* If we have shared orders, store it on a special way */