Home
last modified time | relevance | path

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

/netbsd-src/games/warp/
H A Dweapon.c599 tract(OBJECT *obj, int dy, int dx, int to_or_fro) in tract() argument
636 if (to_or_fro > 0) in tract()
645 evely -= dy * to_or_fro; in tract()
646 evelx -= dx * to_or_fro; in tract()
649 bvely -= dy * to_or_fro; in tract()
650 bvelx -= dx * to_or_fro; in tract()
653 tractee->vely -= dy * to_or_fro; in tract()
654 tractee->velx -= dx * to_or_fro; in tract()