don't accept presses after hitting start
This commit is contained in:
@@ -330,7 +330,7 @@ void ScreenNameEntry::Input( const DeviceInput& DeviceI, const InputEventType ty
|
|||||||
if( m_Fade.IsClosing() )
|
if( m_Fade.IsClosing() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if( StyleI.IsValid() )
|
if( StyleI.IsValid() && m_bStillEnteringName[StyleI.player])
|
||||||
{
|
{
|
||||||
int StringIndex = m_ColToStringIndex[StyleI.player][StyleI.col];
|
int StringIndex = m_ColToStringIndex[StyleI.player][StyleI.col];
|
||||||
if(StringIndex != -1)
|
if(StringIndex != -1)
|
||||||
|
|||||||
Reference in New Issue
Block a user