================== CL_CompleteCinematic ================== */
| 1981 | ================== |
| 1982 | */ |
| 1983 | void CL_CompleteCinematic( char *args, int argNum ) { |
| 1984 | if ( argNum == 2 ) |
| 1985 | Field_CompleteFilename( "video", "roq", qtrue, qfalse ); |
| 1986 | } |
| 1987 | |
| 1988 | void CL_PlayCinematic_f(void) |
| 1989 | { |
nothing calls this directly
no test coverage detected