fixed some warnings

This commit is contained in:
Manu Evans
2004-01-31 02:17:47 +00:00
parent 173d4c2c84
commit c87e9ada30
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ ScreenEndlessBreak::ScreenEndlessBreak( CString sName ) : Screen( sName )
this->AddChild(&m_sprBreakPicture);
// Set up our countdown clock.
m_fCountdownSecs = (PREFSMAN->m_iEndlessBreakLength*60); // Stored in minutes.
m_fCountdownSecs = (float)(PREFSMAN->m_iEndlessBreakLength*60); // Stored in minutes.
//BitmapText stuff
m_textTimeRemaining.LoadFromFont( THEME->GetPathToF("Common Normal") );