diff --git a/stepmania/src/InputMapper.cpp b/stepmania/src/InputMapper.cpp index ea687d6fe2..c59dc193fb 100644 --- a/stepmania/src/InputMapper.cpp +++ b/stepmania/src/InputMapper.cpp @@ -558,7 +558,7 @@ void InputMapper::StyleToGame( StyleInput StyleI, GameInput &GameI ) void InputMapper::MenuToGame( MenuInput MenuI, GameInput GameIout[4] ) { - GameDef* pGameDef = GAMESTATE->GetCurrentGameDef(); + const GameDef* pGameDef = GAMESTATE->GetCurrentGameDef(); pGameDef->MenuInputToGameInput( MenuI, GameIout ); }