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
@@ -479,7 +479,7 @@ void ScreenNameEntryTraditional::Update( float fDelta )
void ScreenNameEntryTraditional::DrawPrimitives()
{
DISPLAY->CameraPushMatrix();
DISPLAY->LoadMenuPerspective( FOV, CENTER_X, CENTER_Y );
DISPLAY->LoadMenuPerspective( FOV, SCREEN_CENTER_X, SCREEN_CENTER_Y );
Screen::DrawPrimitives();