support m_fLockInputSecs
This commit is contained in:
@@ -323,6 +323,8 @@ void ScreenWithMenuElementsSimple::MenuStart( PlayerNumber pn )
|
|||||||
{
|
{
|
||||||
if( IsTransitioning() )
|
if( IsTransitioning() )
|
||||||
return;
|
return;
|
||||||
|
if( m_fLockInputSecs > 0 )
|
||||||
|
return;
|
||||||
|
|
||||||
StartTransitioningScreen( SM_GoToNextScreen );
|
StartTransitioningScreen( SM_GoToNextScreen );
|
||||||
}
|
}
|
||||||
@@ -331,6 +333,8 @@ void ScreenWithMenuElementsSimple::MenuBack( PlayerNumber pn )
|
|||||||
{
|
{
|
||||||
if( IsTransitioning() )
|
if( IsTransitioning() )
|
||||||
return;
|
return;
|
||||||
|
if( m_fLockInputSecs > 0 )
|
||||||
|
return;
|
||||||
|
|
||||||
StartTransitioningScreen( SM_GoToPrevScreen );
|
StartTransitioningScreen( SM_GoToPrevScreen );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user