movobj
movobj(uchain, u.ux, u.uy);
movobj(uchain, uball->ox, uball->oy);
movobj(uball, uchain->ox, uchain->oy);
static void movobj(struct obj *, int, int);