fix "MemoryCardOsMountPointP#" in windows

This commit is contained in:
Glenn Maynard
2004-09-04 22:38:16 +00:00
parent 10793fdc50
commit fd8e2e9d16
+2
View File
@@ -43,6 +43,8 @@ void MemoryCardManager::Update( float fDelta )
vector<UsbStorageDevice> vConnects; // fill these in below
vector<UsbStorageDevice> vDisconnects; // fill these in below
FOREACH( UsbStorageDevice, m_vStorageDevices, d )
FixSlashesInPlace( d->sOsMountDir );
// check for disconnects
FOREACH( UsbStorageDevice, vOld, old )