summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-04-08 13:41:35 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-04-08 13:41:35 +0000
commit5351512258182e69786d3be915eab524919a1309 (patch)
treeecd583b2ab68051e8eb97f370326344fe6754d17 /global.h
parent46885d250e3bbaaf838d88102cac94b2bb11112b (diff)
downloadbullet-lab-remix-5351512258182e69786d3be915eab524919a1309.tar.xz
Port player preference menu, pause menu and return to title menu
to the new menu code base. Add shake effect to player preference menu. Make effects faster... Press esc in a menu will select back/exit now. Add several background transfers. Fix possible memory leaks in HangUpText. Remove some commented statements.
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 f77dbbe..63f28da 100644
--- a/global.h
+++ b/global.h
@@ -331,7 +331,7 @@ static const char* archive[]={
};
#endif
//static const char* GLOBAL_H_FN="global.h";
-static const char* BLRVERSION="0.9.1-0_PR (r83)";
+static const char* BLRVERSION="0.9.1-0_PR (r84)";
static const char* BuiltDate=__DATE__;
void Throw(char *Filename,char *Info)