remove transition

This commit is contained in:
Glenn Maynard
2006-09-14 03:45:52 +00:00
parent 284ce54a76
commit 2c3ea735a8
2 changed files with 3 additions and 5 deletions
-2
View File
@@ -778,8 +778,6 @@ void InputMapper::GameToMenu( const GameInput &GameI, MenuInput &MenuI )
void InputMapper::MenuToGame( const MenuInput &MenuI, PlayerNumber pn, GameInput GameIout[4] )
{
const Game* pGame = GAMESTATE->GetCurrentGame();
if( pn == PLAYER_INVALID )
pn = MenuI.button;
pGame->MenuInputToGameInput( MenuI, pn, GameIout );
}