store a current NoteSkin in NoteSkinManager so that NoteSkin elements can use NOTESKIN:GetPath()

This commit is contained in:
Chris Danford
2005-04-18 01:19:56 +00:00
parent 299e0a8f1a
commit abac6af93b
17 changed files with 281 additions and 204 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ public:
int m_iBeginMarker, m_iEndMarker; // only used with MODE_EDIT
void FadeToFail();
void CacheNoteSkin( CString skin );
void CacheNoteSkin( const CString &sNoteSkin );
void Step( int iCol, TapNoteScore score );
void SetPressed( int iCol );