fix warning

This commit is contained in:
Glenn Maynard
2003-09-01 01:38:49 +00:00
parent 9508282670
commit 38345ac64c
+1 -1
View File
@@ -170,7 +170,7 @@ void BeginnerHelper::FlashOnce()
m_sFlash.SetDiffuseAlpha(1);
m_sFlash.SetEffectNone();
m_sFlash.StopTweening();
m_sFlash.BeginTweening( 1/GAMESTATE->m_fCurBPS * 0.5);
m_sFlash.BeginTweening( 1/GAMESTATE->m_fCurBPS * 0.5f );
m_sFlash.SetDiffuseAlpha(0);
}