HomeSort by: relevance | last modified time | path
    Searched refs:dockfac (Results 1 - 5 of 5) sorted by relevancy

  /src/games/trek/
dcrept.c 67 m1 = 1.0 / Param.dockfac;
71 m2 = Param.dockfac;
damage.c 77 dam *= Param.dockfac;
dock.c 116 reschedule(e, (e->date - Now.date) * Param.dockfac);
148 reschedule(e, (e->date - Now.date) / Param.dockfac);
trek.h 287 double dockfac; /* docked repair time factor */ member in struct:Param_struct
setup.c 168 Param.dockfac = 0.5;

Completed in 34 milliseconds