fix workout goal not working correctly when CurStageIndex > 0

This commit is contained in:
Chris Danford
2008-02-24 07:43:55 +00:00
parent f612f70cf7
commit e23275084d
3 changed files with 14 additions and 18 deletions
+2 -2
View File
@@ -16,14 +16,14 @@ public:
void Load();
void LoadFromNode( const XNode* pNode );
void SetFromGameState();
void SetFromCurrentWorkout();
void SetFromGameStateAndHighlightSong( int iSongIndex );
// Lua
void PushSelf( lua_State *L );
protected:
void SetFromGameStateInternal( int iNumSongsToShowForCurrentStage );
void SetInternal( int iNumSongsToShowForCurrentStage );
void HighlightSong( int iSongIndex );
Sprite m_sprEmpty;