remove some more old experimental stuff

This commit is contained in:
Glenn Maynard
2005-01-15 02:01:26 +00:00
parent da407f2fb7
commit 0dfdaee605
13 changed files with 34 additions and 108 deletions
+3 -2
View File
@@ -16,6 +16,7 @@
#include "song.h"
#include "ScreenDimensions.h"
#include "PlayerState.h"
#include "Style.h"
NoteField::NoteField()
{
@@ -527,7 +528,7 @@ void NoteField::DrawPrimitives()
{
// TODO: Remove use of PlayerNumber.
PlayerNumber pn = m_pPlayerState->m_PlayerNumber;
g_NoteFieldMode[pn].BeginDrawTrack(c);
NoteFieldMode::BeginDrawTrack( pn, c );
//
// Draw all HoldNotes in this column (so that they appear under the tap notes)
@@ -642,7 +643,7 @@ void NoteField::DrawPrimitives()
}
g_NoteFieldMode[pn].EndDrawTrack(c);
NoteFieldMode::EndDrawTrack( c );
}
cur->m_GhostArrowRow.Draw();