|
|
|
@ -2879,6 +2879,7 @@ void CL_InitLocal( void )
@@ -2879,6 +2879,7 @@ void CL_InitLocal( void )
|
|
|
|
|
Cmd_AddCommand ("internetservers", CL_InternetServers_f, "collect info about internet servers" ); |
|
|
|
|
Cmd_AddCommand ("cd", CL_PlayCDTrack_f, "Play cd-track (not real cd-player of course)" ); |
|
|
|
|
Cmd_AddCommand ("mp3", CL_PlayCDTrack_f, "Play mp3-track (based on virtual cd-player)" ); |
|
|
|
|
Cmd_AddCommand ("waveplaylen", CL_WavePlayLen_f, "Get approximate length of wave file"); |
|
|
|
|
|
|
|
|
|
Cmd_AddCommand ("setinfo", CL_SetInfo_f, "examine or change the userinfo string (alias of userinfo)" ); |
|
|
|
|
Cmd_AddCommand ("userinfo", CL_SetInfo_f, "examine or change the userinfo string (alias of setinfo)" ); |
|
|
|
|