* Oops. Rename cl_avidemo to cl_aviFrameRate

This commit is contained in:
Tim Angus 2006-01-06 22:28:07 +00:00
parent 70c9c62039
commit a166f2173a
4 changed files with 11 additions and 11 deletions

View file

@ -1141,7 +1141,7 @@ void S_GetSoundtime(void)
if( CL_VideoRecording( ) )
{
s_soundtime += (int)ceil( dma.speed / cl_avidemo->value );
s_soundtime += (int)ceil( dma.speed / cl_aviFrameRate->value );
return;
}