summaryrefslogtreecommitdiff
path: root/vfg/src/music.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2012-12-10 19:30:27 +0000
committerComment <tim@gray.(none)>2012-12-10 19:30:27 +0000
commitdba01ce870165fd8d8a5fea921cb31f7c4e8c25f (patch)
treebc7f877edaeb2047eac9606c9bf869bbe9f7776a /vfg/src/music.h
parent0bb92ced351b7fbba6e2e7036eae92037d08facf (diff)
fixed race condition in asterisk driver
Diffstat (limited to 'vfg/src/music.h')
-rwxr-xr-xvfg/src/music.h7
1 files changed, 4 insertions, 3 deletions
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;
};
//---------------------------------------------------------------------------------------------------------------------------------------------
/*