This commit is contained in:
Glenn Maynard
2003-09-04 05:05:09 +00:00
parent d8e19adbd4
commit 563930a9be
-5
View File
@@ -15,7 +15,6 @@
#include "GameConstantsAndTypes.h"
#include "PrefsManager.h"
#include "ArrowEffects.h"
#include "PrefsManager.h"
#include "GameManager.h"
#include "GameState.h"
#include "RageException.h"
@@ -28,10 +27,6 @@
#include "NoteSkinManager.h"
#include "song.h"
const float HOLD_NOTE_BITS_PER_BEAT = 6;
const float HOLD_NOTE_BITS_PER_ROW = HOLD_NOTE_BITS_PER_BEAT / ROWS_PER_BEAT;
const float ROWS_BETWEEN_HOLD_BITS = 1 / HOLD_NOTE_BITS_PER_ROW;
NoteField::NoteField()
{
m_textMeasureNumber.LoadFromFont( THEME->GetPathToF("Common normal") );