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
@@ -31,7 +31,7 @@ void NoteFieldMode::BeginDrawTrack(int tn)
* for a transformation. However, this is a big waste of matrix
* stack space, as each of these will push. Profile this. XXX */
if(m_fFov)
DISPLAY->LoadMenuPerspective(m_fFov, CENTER_X, CENTER_Y);
DISPLAY->LoadMenuPerspective(m_fFov, SCREEN_CENTER_X, SCREEN_CENTER_Y);
if(tn != -1)
{