Fix apparent typo breaking compilation (GCC wrongly complained about ISO for scoping)

This commit is contained in:
Ben Anderson
2005-01-28 00:27:52 +00:00
parent ed3bec750b
commit c1b965b030
+1 -1
View File
@@ -259,7 +259,7 @@ void MemoryCardManager::MountCard( PlayerNumber pn )
return;
}
m_bMounted[p] = true;
m_bMounted[pn] = true;
/* If this is the first time we're mounting the device, mount the VFS drivers.
* Simply mounting our VFS on a directory doesn't actually touch the directory,