Various bug fixes. See changelog.

This commit is contained in:
Chris Danford
2002-07-23 01:41:40 +00:00
parent 83d773d239
commit 317c352a9b
129 changed files with 3744 additions and 1949 deletions
+3
View File
@@ -31,6 +31,9 @@ RandomSample::~RandomSample()
bool RandomSample::LoadSoundDir( CString sDir )
{
if( sDir == "" )
return true;
// make sure there's a backslash at the end of this path
if( sDir[sDir.GetLength()-1] != '\\' )
sDir += "\\";