From 94f0997f837ed2b8dcd2d90b18ac16a2afc60c6d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 1 Feb 2006 06:02:50 +0000 Subject: [PATCH] CacheNoteSkin() is internal --- stepmania/src/NoteField.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;