Set CoinOp mode to default to false. :)

This commit is contained in:
Jason Asbahr
2002-10-16 22:23:42 +00:00
parent 959e2c1793
commit c020842990
+1 -1
View File
@@ -56,7 +56,7 @@ PrefsManager::PrefsManager()
m_bHowToPlay = true;
m_bArcadeOptionsNavigation = false;
m_iUnloadTextureDelaySeconds = 60*30; // 30 mins
m_bCoinOpMode = true;
m_bCoinOpMode = false;
/* I'd rather get occasional people asking for support for this even though it's
* already here than lots of people asking why songs aren't being displayed. */