Home
last modified time | relevance | path

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

/netbsd-src/games/trek/
H A Ddcrept.c67 m1 = 1.0 / Param.dockfac; in dcrept()
71 m2 = Param.dockfac; in dcrept()
H A Ddock.c116 reschedule(e, (e->date - Now.date) * Param.dockfac); in dock()
148 reschedule(e, (e->date - Now.date) / Param.dockfac); in undock()
H A Ddamage.c77 dam *= Param.dockfac; in damage()
H A Dtrek.h287 double dockfac; /* docked repair time factor */ member
H A Dsetup.c168 Param.dockfac = 0.5; in setup()