unused return value

This commit is contained in:
Glenn Maynard
2007-02-26 00:53:27 +00:00
parent 67c0c7dd91
commit 311387c795
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ protected:
void ReloadCurrentSong();
virtual void LoadNextSong();
void LoadCourseSongNumber( int iSongNumber );
float StartPlayingSong( float MinTimeToNotes, float fMinTimeToMusic );
void StartPlayingSong( float fMinTimeToNotes, float fMinTimeToMusic );
void LoadLights();
void PauseGame( bool bPause, GameController gc = GameController_Invalid );
void PlayAnnouncer( RString type, float fSeconds );