fix flush never called

This commit is contained in:
Chris Danford
2004-03-27 04:04:29 +00:00
parent 8d0365b6fa
commit f565527929
+1 -1
View File
@@ -256,7 +256,7 @@ void MemoryCardManager::FlushAllDisks()
{
for( int p=0; p<NUM_PLAYERS; p++ )
{
if( !m_Device[p].IsBlank() ) // they already have an assigned card
if( m_Device[p].IsBlank() ) // no card assigned
continue; // skip
if( m_bWriteError[p] || m_bTooLate[p] )
continue; // skip