clean up enum Message names so that they match the corresponding strings
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user