Home
last modified time | relevance | path

Searched refs:roachSpeed (Results 1 – 1 of 1) sorted by relevance

/original-bsd/games/xroach/
H A Dxroach.c66 float roachSpeed = 20.0; variable
108 roachSpeed = atof(av[++ax]);
359 newX = roach->x + (roachSpeed * roach->rp->cosine);
360 newY = roach->y - (roachSpeed * roach->rp->sine);