Home | History | Annotate | Download | only in client

Lines Matching refs:testduration

2020 	double	testduration;

2029 testduration = Q_atof (Cmd_Argv(2));
2030 if (testduration == 0)
2031 testduration = 5.0;
2032 vid_testendtime = realtime + testduration;
2084 double testduration;