Added a feature: Clear Credits. Shout at me if you want to know how to theme it!...
authorMatt1360 <matt@reenigne.net>
Thu, 15 May 2008 01:25:33 +0000 (01:25 +0000)
committerMatt1360 <matt@reenigne.net>
Thu, 15 May 2008 01:25:33 +0000 (01:25 +0000)
git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@323 83fadc84-e282-4d84-a09a-c4228d6ae7e5

src/StepMania.cpp

index 102eef7..1285434 100755 (executable)
@@ -1345,6 +1345,9 @@ void InsertCredit()
        InsertCoin( PREFSMAN->m_iCoinsPerCredit );
 }
 
+// Clears all credits currently in the machine.
+// Useful for techs testing the coin mechs.
+// -- Matt1360
 void ClearCredits()
 {
        int iLost = GAMESTATE->m_iCoins;