This commit is contained in:
Glenn Maynard
2006-03-26 04:52:59 +00:00
parent f6978880a9
commit 6e520a5678
+1 -1
View File
@@ -399,7 +399,7 @@ void MemoryCardManager::CheckStateChanges()
/* Deal with assignment changes. */
FOREACH_PlayerNumber( p )
{
UsbStorageDevice &new_device = m_Device[p];
const UsbStorageDevice &new_device = m_Device[p];
MemoryCardState state = MemoryCardState_INVALID;
RString sError;