CENTER_* -> SCREEN_CENTER

This commit is contained in:
Chris Danford
2004-11-05 06:35:10 +00:00
parent 3d084e2a2c
commit 72bd480883
27 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ ScreenCenterImage::ScreenCenterImage( CString sClassName ) : ScreenWithMenuEleme
m_textInstructions.LoadFromFont( THEME->GetPathToF("Common normal") );
m_textInstructions.SetText( "" );
m_textInstructions.SetXY( CENTER_X, CENTER_Y );
m_textInstructions.SetXY( SCREEN_CENTER_X, SCREEN_CENTER_Y );
m_textInstructions.SetDiffuse( RageColor(0,1,0,0) );
m_textInstructions.SetZoom( 0.8f );
this->AddChild( &m_textInstructions );