aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-07-04 00:17:07 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-07-04 00:17:07 +0000
commit8bbaaee3319d5490ac0d68c28d309b180ec07f28 (patch)
tree1db6d9ad7500d6c638803b4226f9261bd00ae397 /global.h
parente2623a2ba1b5789ae299c29804697d004a8cd886 (diff)
downloadbullet-lab-remix-8bbaaee3319d5490ac0d68c28d309b180ec07f28.tar.xz
Change configuration and score file names. Files with their names begin
with "." may be annoying in Windows though... Fix the problem that in-game music won't be resumed when back from pause. Fix the problem that Multpo's won't be removed if a new game is created. Fix the problem that the first tip is not shown correctly if the game is restarted. (Probably) fixed the problem that the sound is played out of game. Prevent Multpo's from "escaping". This happens when fps is extremely low... Adding Multpo for Level2. Update CanonTechno.
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 e6ebb0a..1acc1e0 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.2-0 (r94)";
+static const char* BLRVERSION="0.9.5-0 (r95)";
static const char *months="JanFebMarAprMayJunJulAugSepOctNovDec";
char *parseDate(const char *date)
{