diff --git a/stepmania/src/NoteField.h b/stepmania/src/NoteField.h index 94c99ae9c5..6ced8ee8df 100644 --- a/stepmania/src/NoteField.h +++ b/stepmania/src/NoteField.h @@ -29,7 +29,6 @@ public: virtual void Unload(); void FadeToFail(); - void CacheNoteSkin( const RString &sNoteSkin ); void Step( int iCol, TapNoteScore score ); void SetPressed( int iCol ); @@ -42,6 +41,7 @@ public: protected: void CacheAllUsedNoteSkins(); + void CacheNoteSkin( const RString &sNoteSkin ); bool IsOnScreen( float fBeat, int iFirstPixelToDraw, int iLastPixelToDraw ) const;