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
@@ -47,7 +47,7 @@ bool GameInput::FromString( const Game* pGame, const RString &s )
if( 2 != sscanf( s, "%31[^_]_%31[^_]", szController, szButton ) )
{
controller = GAME_CONTROLLER_INVALID;
controller = GameController_Invalid;
return false;
}