bgm chain mixing

This commit is contained in:
Glenn Maynard
2004-10-25 03:47:22 +00:00
parent 9582577d84
commit e88da4a8a1
6 changed files with 109 additions and 15 deletions
+4 -1
View File
@@ -12,10 +12,13 @@ class AutoKeysounds
public:
void Load( PlayerNumber pn, const NoteData& ndAutoKeysoundsOnly );
void Update( float fDelta );
void FinishLoading();
RageSound *GetSound() { return &m_sSound; }
protected:
NoteData m_ndAutoKeysoundsOnly[NUM_PLAYERS];
vector<RageSound> m_vKeysounds;
RageSound m_sSound;
};
#endif