Home
last modified time | relevance | path

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

/dports/games/nighthawk/nighthawk/src/
H A Dship.cc49 ship_end_cd = 200.0; in tship()
821 if(ship_end_cd < 0.0) in level_bg_calc()
824 ship_end_cd -= get_time_lapse(); in level_bg_calc()
829 if(ship_end_cd < 0.0) in level_bg_calc()
832 ship_end_cd -= 3.0 * get_time_lapse(); in level_bg_calc()
H A Dtship.h54 float ship_end_cd; variable