fix vConnects not filled in correctly

This commit is contained in:
Chris Danford
2005-01-25 21:12:51 +00:00
parent f91c0b49ba
commit f9b63793c8
+1 -1
View File
@@ -61,7 +61,7 @@ void MemoryCardManager::Update( float fDelta )
if( iter == vOld.end() ) // card wasn't present last update
{
LOG->Trace( "Connected bus %d port %d device %d path %s", newd->iBus, newd->iPort, newd->iLevel, newd->sOsMountDir.c_str() );
vDisconnects.push_back( *newd );
vConnects.push_back( *newd );
}
}