================== SV_CompleteMapName ================== */
| 471 | ================== |
| 472 | */ |
| 473 | static void SV_CompleteSaveName( char *args, int argNum ) { |
| 474 | if ( argNum == 2 ) |
| 475 | Field_CompleteFilename( "saves", "sav", qtrue, qtrue ); |
| 476 | } |
| 477 | |
| 478 | /* |
| 479 | ================== |
nothing calls this directly
no test coverage detected