fix compile error

This commit is contained in:
Chris Danford
2004-07-25 18:49:16 +00:00
parent 2d6ea59dfc
commit d51010ff7b
@@ -26,7 +26,7 @@ void LightsDriver_SystemMessage::Set( const LightsState *ls )
}
s += "\n";
int iNumGameButtonsToShow = GAMESTATE->GetCurrentGameDef()->GetNumGameplayButtons();
int iNumGameButtonsToShow = GAMESTATE->m_pCurGame->GetNumGameplayButtons();
FOREACH_GameController( gc )
{