unused var

This commit is contained in:
Glenn Maynard
2003-11-08 01:01:14 +00:00
parent 38efc79a53
commit a2a7d9113c
-1
View File
@@ -93,7 +93,6 @@ void ScreenSelect::Input( const DeviceInput& DeviceI, const InputEventType type,
{
// LOG->Trace( "ScreenSelect::Input()" );
bool bUsingPremium = PREFSMAN->m_bVersusForOneCredit || PREFSMAN->m_bDoubleForOneCredit;
if( GAMESTATE->UsingPremiumAndPaying() )
{
if( MenuI.IsValid() && MenuI.button==MENU_BUTTON_COIN && GAMESTATE->m_iCoins==PREFSMAN->m_iCoinsPerCredit*2 )