From dba01ce870165fd8d8a5fea921cb31f7c4e8c25f Mon Sep 17 00:00:00 2001 From: Comment Date: Mon, 10 Dec 2012 19:30:27 +0000 Subject: fixed race condition in asterisk driver --- vfg/src/music.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'vfg/src/music.h') diff --git a/vfg/src/music.h b/vfg/src/music.h index 60a35f2..c4a26ca 100755 --- a/vfg/src/music.h +++ b/vfg/src/music.h @@ -210,7 +210,8 @@ class song { string getScoreString(); string getName(); int getLength(); - bool isGameover(); + bool isGameover(); + void gameOver(); bool isFinished(); bool gameover; @@ -221,10 +222,10 @@ class song { lyricscore lyrics; levelscore levels; - int startTime; + int startTime,gameoverTime; bool isPreroll,isPractice; - int fThreshStart,fThreshEnd; + int fThreshStart,fThreshEnd,fademillis; }; //--------------------------------------------------------------------------------------------------------------------------------------------- /* -- cgit v1.2.3