Skip to content

Commit

Permalink
lol lights
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 10, 2017
1 parent c516aaf commit 43314e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ScreenGameplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ class ScreenGameplay : public ScreenWithMenuElements
virtual void LoadNextSong();
void StartPlayingSong( float fMinTimeToNotes, float fMinTimeToMusic );
void GetMusicEndTiming( float &fSecondsToStartFadingOutMusic, float &fSecondsToStartTransitioningOut );
void LoadLights();
void PauseGame( bool bPause, GameController gc = GameController_Invalid );
void PlayAnnouncer( const RString &type, float fSeconds, float *fDeltaSeconds );
void PlayAnnouncer( const RString &type, float fSeconds ) { PlayAnnouncer(type, fSeconds, &m_fTimeSinceLastDancingComment); }
Expand Down

0 comments on commit 43314e8

Please sign in to comment.