Home
last modified time | relevance | path

Searched refs:NAIL_SIZE (Results 1 – 3 of 3) sorted by last modified time

/dports/games/xspringies/xspringies-1.12/
H A Dphys.c705 m1radius = (m1->status & S_FIXED) ? NAIL_SIZE : m1->radius; in animate_obj()
714 NAIL_SIZE : m2->radius; in animate_obj()
H A Ddefs.h20 #define NAIL_SIZE 4 macro
H A Dxdisp.c266 rad = fixed ? NAIL_SIZE : masses[i].radius; in calc_bbox()
408 rad = fixed ? NAIL_SIZE : masses[i].radius; in redraw_system()
455 …rad = ((masses[i].status & S_FIXED) && !(masses[i].status & S_TEMPFIXED)) ? NAIL_SIZE : masses[i].… in redraw_system()