MenuInputToGameInput -> MenuButtonToGameInputs

This commit is contained in:
Glenn Maynard
2006-09-14 20:57:07 +00:00
parent ed228615a3
commit 0d138e13d8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ MenuButton Game::GameInputToMenuButton( GameInput GameI ) const
return MenuButton_INVALID; // invalid GameInput
}
void Game::MenuInputToGameInput( MenuButton MenuI, PlayerNumber pn, GameInput GameIout[4] ) const
void Game::MenuButtonToGameInputs( MenuButton MenuI, PlayerNumber pn, GameInput GameIout[4] ) const
{
ASSERT( MenuI != MenuButton_INVALID );