This commit is contained in:
Glenn Maynard
2003-12-23 22:31:47 +00:00
parent c3adbb9f1e
commit a07d9e28d7
-1
View File
@@ -291,7 +291,6 @@ void StageStats::GetLifeRecord( PlayerNumber pn, float *life, int nout ) const
for( int i = 0; i < nout; ++i )
{
float from = SCALE( i, 0, (float)nout, fFirstPos[pn], fLastPos[pn] );
LOG->Trace("get %i from %f", i, from);
life[i] = GetLifeRecordLerpAt( (PlayerNumber)pn, from );
}
}