Fix compile warnings

This commit is contained in:
Steve Checkoway
2003-08-01 12:12:02 +00:00
parent 2dcb5f7a9e
commit 8c6ba0f506
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ ScreenCredits::ScreenCredits() : Screen("ScreenCredits")
this->AddChild( &m_ScrollerFrames );
for( i=0; i<NUM_CREDIT_LINES; i++ )
for( i=0; i<int(NUM_CREDIT_LINES); i++ )
{
BitmapText* pText = new BitmapText;
pText->LoadFromFont( THEME->GetPathToF("ScreenCredits titles") );