fix comment

This commit is contained in:
Glenn Maynard
2007-05-14 03:37:15 +00:00
parent 7ed15d8377
commit d612790005
+1 -1
View File
@@ -230,7 +230,7 @@ protected:
NoteData m_CabinetLightsNoteData;
vector<PlayerInfo> m_vPlayerInfo; // filled by SGameplay derivatives in Init
vector<PlayerInfo> m_vPlayerInfo; // filled by SGameplay derivatives in FillPlayerInfo
virtual void FillPlayerInfo( vector<PlayerInfo> &vPlayerInfoOut ) = 0;
virtual PlayerInfo &GetPlayerInfoForInput( const InputEventPlus& iep ) { return m_vPlayerInfo[iep.pn]; }