fix warning

This commit is contained in:
Steve Checkoway
2004-01-26 01:20:12 +00:00
parent 88cca70487
commit 5eef3d9a45
+1 -1
View File
@@ -206,7 +206,7 @@ ScreenCredits::ScreenCredits( CString sName ) : ScreenAttract( sName )
this->AddChild( &m_ScrollerTexts );
{
for( int i=0; i<ARRAYSIZE(CREDIT_LINES); i++ )
for( unsigned i=0; i<ARRAYSIZE(CREDIT_LINES); i++ )
{
BitmapText* pText = new BitmapText;
pText->LoadFromFont( THEME->GetPathToF("ScreenCredits titles") );