update InsertCoin and InsertCredit functions

These should now agree with kyzentun's suggestions.
This commit is contained in:
Dan Guzek
2014-09-01 20:03:45 -04:00
parent eae5fcb3ba
commit 6ccbbb4f6f
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1252,7 +1252,7 @@ void StepMania::InsertCoin( int iNum, bool bCountInBookkeeping )
LOG->Trace("%i coins inserted, %i needed to play", GAMESTATE->m_iCoins.Get(), PREFSMAN->m_iCoinsPerCredit.Get() );
// If inserting coins, play the appropriate sound; if deducting coins, don't.
// If inserting coins, play an appropriate sound; if deducting coins, don't play anything.
if (iNum > 0)
{
if( iNumCoinsOld != GAMESTATE->m_iCoins )