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:
@@ -134,7 +134,6 @@ LuaXType( StageResult );
|
||||
|
||||
static const char *CoinModeNames[] = {
|
||||
"Home",
|
||||
"Pay",
|
||||
"Free",
|
||||
};
|
||||
XToString( CoinMode );
|
||||
|
||||
Reference in New Issue
Block a user