const safety

This commit is contained in:
Glenn Maynard
2002-08-22 22:59:19 +00:00
parent 9881034aae
commit 1fa18136f5
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ void NoteField::Load( NoteData* pNoteData, PlayerNumber pn, int iPixelsToDrawBeh
for( int i=0; i<MAX_HOLD_NOTES; i++ )
m_bIsHoldingHoldNote[i] = false;
StyleDef* pStyleDef = GAMESTATE->GetCurrentStyleDef();
const StyleDef* pStyleDef = GAMESTATE->GetCurrentStyleDef();
this->CopyAll( pNoteData );