CoinMode_Pay->CoinMode_Free, step 1.

CoinMode_Pay is still a value for the CoinMode enum but is now the same as CoinMode_Free.
Any code that checks for CoinMode_Pay is gone.
This commit is contained in:
Flameshadowxeroshin
2013-02-07 09:12:28 -06:00
parent 4f7f4f4a51
commit 15b3ee1a9a
8 changed files with 7 additions and 113 deletions
-1
View File
@@ -134,7 +134,6 @@ LuaXType( StageResult );
static const char *CoinModeNames[] = {
"Home",
"Pay",
"Free",
};
XToString( CoinMode );