silence a bunch of msvc warnings
This commit is contained in:
@@ -314,7 +314,7 @@ static void DoPlayOnceFromDir( RString sPath )
|
||||
// If order is exhausted, repopulate and reshuffle
|
||||
if (order.size() == 0)
|
||||
{
|
||||
for (int i = 0; i < arraySoundFiles.size(); ++i)
|
||||
for (int i = 0; i < (int)arraySoundFiles.size(); ++i)
|
||||
{
|
||||
order.push_back(i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user