From e2a7576d104989d3ee5b4e9ee53716fb17e2be04 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 12 Jan 2007 23:00:40 +0000 Subject: [PATCH] GetPerButtonInfo --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 5e2cab8834..d856f9c0a3 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -2217,7 +2217,7 @@ void ScreenGameplay::Input( const InputEventPlus &input ) ASSERT( input.GameI.IsValid() ); - GameButtonType gbt = INPUTMAPPER->GetInputScheme()->m_GameButtonInfo[input.GameI.button].m_gbt; + GameButtonType gbt = GAMESTATE->m_pCurGame->GetPerButtonInfo(input.GameI.button)->m_gbt; switch( gbt ) { case GameButtonType_INVALID: