projects
/
openitg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dc461c
)
Added a feature: Clear Credits. Shout at me if you want to know how to theme it!...
author
Matt1360
<matt@reenigne.net>
Thu, 15 May 2008 01:25:33 +0000
(
01:25
+0000)
committer
Matt1360
<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
patch
|
blob
|
history
diff --git
a/src/StepMania.cpp
b/src/StepMania.cpp
index
102eef7
..
1285434
100755
(executable)
--- a/
src/StepMania.cpp
+++ b/
src/StepMania.cpp
@@
-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;