const fix

This commit is contained in:
Glenn Maynard
2003-11-25 19:45:56 +00:00
parent 72cc07eaa2
commit d0094d947b
+1 -1
View File
@@ -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 );
}