GameController_Invalid

This commit is contained in:
Glenn Maynard
2006-09-26 20:59:40 +00:00
parent d19fdc9caf
commit cf5dba03a4
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ static CodeItem g_CodeItems[NUM_Code];
bool CodeItem::EnteredCode( GameController controller ) const
{
if( controller == GAME_CONTROLLER_INVALID )
if( controller == GameController_Invalid )
return false;
if( buttons.size() == 0 )
return false;