summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-04-09 13:50:43 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-04-09 13:50:43 +0000
commit4ce43d169aab845e52d7130d11d3e2fe2f36b7f5 (patch)
treeb39180d4ee9818cf659eb523d90f3b856ac44bed /global.h
parent5351512258182e69786d3be915eab524919a1309 (diff)
downloadbullet-lab-remix-4ce43d169aab845e52d7130d11d3e2fe2f36b7f5.tar.xz
Port death menu, complete menu and new highscore menu to the new
menu code base. Clean up old menu code. Update wiki.
Diffstat (limited to 'global.h')
-rw-r--r--global.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/global.h b/global.h
index 63f28da..b888ea9 100644
--- a/global.h
+++ b/global.h
@@ -9,7 +9,6 @@
HGE *hge=0;
HEFFECT snd;
hgeQuad quad;
-hgeGUI *gui;
hgeFont *fnt;
hgeSprite *spr,*titlespr;
int Current_Position;//Where we are now
@@ -69,8 +68,10 @@ Titles...
Select a Mode 256,128,256,64
Options 256,192,256,64
Player Preference 0,256,256,64
-You Are Dead! 128,256,256,64
+You Are Dead! 256,256,256,64
It Ends Here! 0,320,256,64
+View Highscore for..0,376,256,64
+Highscore details 0,448,256,64
Left Arrow 256,320,26,15
Right Arrow 256,335,26,15
Ribbon 256,350,64,16
@@ -331,7 +332,7 @@ static const char* archive[]={
};
#endif
//static const char* GLOBAL_H_FN="global.h";
-static const char* BLRVERSION="0.9.1-0_PR (r84)";
+static const char* BLRVERSION="0.9.1-0_PR (r85)";
static const char* BuiltDate=__DATE__;
void Throw(char *Filename,char *Info)