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
@@ -1276,7 +1276,7 @@ void InsertCoin( int iNum, const RageTimer *pTime )
BOOKKEEPER->CoinInserted();
SCREENMAN->RefreshCreditsMessages();
SCREENMAN->PlayCoinSound();
MESSAGEMAN->Broadcast( MESSAGE_COIN_INSERTED );
MESSAGEMAN->Broadcast( Message_CoinInserted );
}
void InsertCredit()