GameButton_Invalid

This commit is contained in:
Glenn Maynard
2006-09-27 04:44:15 +00:00
parent 6e6ea7971d
commit 7d2a424626
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ GameButton StringToGameButton( const Game* pGame, const RString& s )
if( s == GameButtonToString(pGame,(GameButton)i) )
return (GameButton)i;
}
return GAME_BUTTON_INVALID;
return GameButton_Invalid;
}