Fix common_try_jump.
else xdir = self->x - rmax;
should be:
else xdir = self->x - rmin;
Authored by: utunnels 2007-12-03
Parent: [r1095]
Child: [r1097]