StyleInput_INVALID -> Column_INVALID

This commit is contained in:
Glenn Maynard
2006-09-13 09:14:03 +00:00
parent 1c92617072
commit 9da4770fe0
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ void ScreenNameEntry::Input( const InputEventPlus &input )
return; // ignore
const int iCol = GAMESTATE->m_pCurStyle->GameInputToStyleInput( input.GameI );
if( iCol != StyleInput_INVALID && m_bStillEnteringName[input.MenuI.player])
if( iCol != Column_INVALID && m_bStillEnteringName[input.MenuI.player])
{
int iStringIndex = m_ColToStringIndex[input.MenuI.player][iCol];
if( iStringIndex != -1 )