summaryrefslogtreecommitdiff
path: root/levels.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-02-28 00:58:30 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-02-28 00:58:30 +0000
commitf473442598933c939b10dcc982f5780b903c7394 (patch)
tree6a82250268eabb87bada72b36f7525af1d9986a1 /levels.h
parent56a12849b23672dff8a8bc8178cc62959bd99a54 (diff)
downloadbullet-lab-remix-f473442598933c939b10dcc982f5780b903c7394.tar.xz
Shamelessly, I also commit this small fix to bump revision.
This revision contains a fix to the new level. In the next revision I will re-arrange the levels.
Diffstat (limited to 'levels.h')
-rw-r--r--levels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/levels.h b/levels.h
index a300fcd..cfa2670 100644
--- a/levels.h
+++ b/levels.h
@@ -3056,7 +3056,7 @@ void Level7Part24()
{
avabrk=1.0f+frameleft/(double)AMinute;
avacurbrk+=hge->Timer_GetDelta();
- if(avacurbrk>avabrk)
+ if(avacurbrk>avabrk&&frameleft>=TenSeconds/5)
{
for(int i=0;i<200;++i)
if (!dfc[i].isActive())