clean up enum Message names so that they match the corresponding strings

This commit is contained in:
Chris Danford
2005-08-14 07:29:48 +00:00
parent 09386e06e3
commit 7191258c0a
13 changed files with 92 additions and 92 deletions
+1 -1
View File
@@ -488,7 +488,7 @@ void MemoryCardManager::CheckStateChanges()
if( LastState == MEMORY_CARD_STATE_READY )
{
m_soundDisconnect.Play();
MESSAGEMAN->Broadcast( (Message)(MESSAGE_CARD_REMOVED_P1+p) );
MESSAGEMAN->Broadcast( (Message)(Message_CardRemovedP1+p) );
}
break;
case MEMORY_CARD_STATE_READY: