Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_actor.c1406 int *newmomy, int *newmomz, int magnitude in GetMomenta() argument
1421 *newmomy = -FixedMul(_2Ddiag,sintable[angle]); in GetMomenta()
12913 int newmomx, newmomy; in ShootActor() local
12992 newmomy = -FixedMul(damage<<7,sintable[angle]); in ShootActor()
12993 Collision(target,shooter,-(target->momentumx)+newmomx,-(target->momentumy)+newmomy); in ShootActor()