const
This commit is contained in:
@@ -399,7 +399,7 @@ void MemoryCardManager::CheckStateChanges()
|
|||||||
/* Deal with assignment changes. */
|
/* Deal with assignment changes. */
|
||||||
FOREACH_PlayerNumber( p )
|
FOREACH_PlayerNumber( p )
|
||||||
{
|
{
|
||||||
UsbStorageDevice &new_device = m_Device[p];
|
const UsbStorageDevice &new_device = m_Device[p];
|
||||||
|
|
||||||
MemoryCardState state = MemoryCardState_INVALID;
|
MemoryCardState state = MemoryCardState_INVALID;
|
||||||
RString sError;
|
RString sError;
|
||||||
|
|||||||
Reference in New Issue
Block a user