aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-07-06 13:59:07 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-07-06 13:59:07 +0000
commit609780609172b7a7580a49f385087aa10bc1454d (patch)
treeda782147f6c210fad34d423cce4b31a5daac181b /global.h
parent8bbaaee3319d5490ac0d68c28d309b180ec07f28 (diff)
downloadbullet-lab-remix-609780609172b7a7580a49f385087aa10bc1454d.tar.xz
Fix bug that cause you unable to charge if you try to use clr directly
after your clr's used up. Add Multpo's for Level 3/4/5/6, and level 7 partically. Fix stupid bug in Level4Part2 and other similiar parts. Fix several bugs in level 5/6. Reduce given-away score in level "Sine Wave". It wassssSssss too long! Fix typo... Blinking HangUpText *should* be fixed now...
Diffstat (limited to 'global.h')
-rw-r--r--global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.h b/global.h
index 1acc1e0..a535013 100644
--- a/global.h
+++ b/global.h
@@ -341,7 +341,7 @@ static const char* archive[]={
};
#endif
//static const char* GLOBAL_H_FN="global.h";
-static const char* BLRVERSION="0.9.5-0 (r95)";
+static const char* BLRVERSION="0.9.6-0 (r96)";
static const char *months="JanFebMarAprMayJunJulAugSepOctNovDec";
char *parseDate(const char *date)
{