small barely notable changes

This commit is contained in:
Alberto Ramos
2010-12-14 17:41:29 -07:00
parent a8b065b919
commit 902d2d4368
3 changed files with 7 additions and 3 deletions
+1 -2
View File
@@ -2174,8 +2174,7 @@ void ScreenGameplay::Input( const InputEventPlus &input )
if( m_PauseController == GameController_Invalid || m_PauseController == input.GameI.controller )
{
// IMO, it's better to have this configurable. -DaisuMaster
if( UNPAUSE_WITH_START )
this->PauseGame( false );
if( UNPAUSE_WITH_START ) this->PauseGame( false );
}
}
return;