diff --git a/stepmania/src/ScreenGameplay.h b/stepmania/src/ScreenGameplay.h index 31d3271fdb..0be7d0c2d2 100644 --- a/stepmania/src/ScreenGameplay.h +++ b/stepmania/src/ScreenGameplay.h @@ -230,7 +230,7 @@ protected: NoteData m_CabinetLightsNoteData; - vector m_vPlayerInfo; // filled by SGameplay derivatives in Init + vector m_vPlayerInfo; // filled by SGameplay derivatives in FillPlayerInfo virtual void FillPlayerInfo( vector &vPlayerInfoOut ) = 0; virtual PlayerInfo &GetPlayerInfoForInput( const InputEventPlus& iep ) { return m_vPlayerInfo[iep.pn]; }