s/CArray<x,y>/vector<x>/g
This commit is contained in:
@@ -39,7 +39,7 @@ private:
|
||||
bool LoadSound( CString sSoundFilePath );
|
||||
|
||||
|
||||
CArray<RageSound*, RageSound*> m_pSamples;
|
||||
vector<RageSound*> m_pSamples;
|
||||
int m_iIndexLastPlayed;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user