diff --git a/stepmania/src/MemoryCardManager.cpp b/stepmania/src/MemoryCardManager.cpp index 770d40c36a..f1e4260062 100644 --- a/stepmania/src/MemoryCardManager.cpp +++ b/stepmania/src/MemoryCardManager.cpp @@ -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,