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
@@ -2864,7 +2864,7 @@ MenuButton GameManager::GetMenuButtonSecondaryFunction( const Game *pGame, GameB
FOREACH_GameController(gc)
{
int iCol = pStyle->GameInputToStyleInput( GameInput(gc,gb) );
if( iCol != StyleInput_INVALID )
if( iCol != Column_INVALID )
bUsedInGameplay = true;
}
}