move stuff over
This commit is contained in:
@@ -53,7 +53,7 @@ bool RandomSample::LoadSound( CString sSoundFilePath )
|
||||
{
|
||||
LOG->Trace( "RandomSample::LoadSound( %s )", sSoundFilePath.GetString() );
|
||||
|
||||
RageSoundSample* pSS = new RageSoundSample;
|
||||
RageSound *pSS = new RageSound;
|
||||
pSS->Load( sSoundFilePath );
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user