Home
last modified time | relevance | path

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

/dports/games/freedroid/freedroid-1.0.2/src/
H A Ddefs.h89 #define COLLISION_STEPSIZE 0.1 macro
H A Dbullet.c350 num_check_steps = (int)( sqrt(step.x*step.x + step.y*step.y)/ COLLISION_STEPSIZE); in CheckBulletCollisions()