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
@@ -778,7 +778,7 @@ MenuButton InputMapper::GameToMenu( const GameInput &GameI )
void InputMapper::MenuToGame( MenuButton MenuI, PlayerNumber pn, GameInput GameIout[4] )
{
const Game* pGame = GAMESTATE->GetCurrentGame();
pGame->MenuInputToGameInput( MenuI, pn, GameIout );
pGame->MenuButtonToGameInputs( MenuI, pn, GameIout );
}