Home
last modified time | relevance | path

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

/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c26181 float acc, distx, current_distx; in boomerang_move() local
26229 current_distx = diff(self->position.x,self->parent->position.x); in boomerang_move()
26236 if ( current_distx >= distx ) in boomerang_move()
26250 if ( current_distx >= distx ) in boomerang_move()
26271 …if( current_distx >= self->parent->modeldata.animation[ANI_GETBOOMERANG]->range.min.x && current_d… in boomerang_move()
26283 …if( current_distx >= self->parent->modeldata.animation[ANI_GETBOOMERANGINAIR]->range.min.x && curr… in boomerang_move()