cleanup CoinMode and Premium names
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
// This options has weird interactions depending on m_bEventMode;
|
||||
// use GameState::GetCoinMode().
|
||||
Preference<CoinMode> GamePreferences::m_CoinMode( "CoinMode", COIN_MODE_HOME );
|
||||
Preference<CoinMode> GamePreferences::m_CoinMode( "CoinMode", CoinMode_Home );
|
||||
Preference<PlayerController> GamePreferences::m_AutoPlay( "AutoPlay", PC_HUMAN );
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user