fix warning

This commit is contained in:
Glenn Maynard
2003-03-27 00:39:46 +00:00
parent c8b9ad3002
commit 3f0fdda811
+1 -1
View File
@@ -157,7 +157,7 @@ void ScoreKeeperMAX2::AddScore( TapNoteScore score )
printf( "score: %10.0f\n", m_fScore );
GAMESTATE->m_CurStageStats.fScore[m_PlayerNumber] = m_fScore;
GAMESTATE->m_CurStageStats.fScore[m_PlayerNumber] = float(m_fScore);
}
void ScoreKeeperMAX2::HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTapsInRow, Inventory* pInventory )