From f71472046334287457a34a6ff19bf53d3aaf557a Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Wed, 23 Apr 2014 11:21:28 +0000 Subject: Disable screenshot when you're entering your honourable name. It's not tested so we could only hope that will work... Add crappy sounds to (part of) the menus. Replace a level in assessment mode. The original one was meanless.. The menu sounds are too crappy... remove them temporarily. However, let's complete the code base so that we won't waste time writing it... --- global.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'global.h') diff --git a/global.h b/global.h index 2e4b22c..0a6dcf9 100644 --- a/global.h +++ b/global.h @@ -6,7 +6,7 @@ #define MaxRes 80 #define Resd 20.0f HGE *hge=0; -HEFFECT snd; +HEFFECT snd,menuin,menuout; hgeQuad quad; hgeFont *fnt; hgeSprite *spr,*titlespr; @@ -308,7 +308,7 @@ fFristStartUp,fFast; int startLvl,startPrt,fFullScreen; char alterLog[64]; #ifdef WIN32 -static const int arFilecount=18; +static const int arFilecount=20; static const char* archive[]={ "./Resources/b_diff.png", "./Resources/b_inter.png", @@ -324,6 +324,8 @@ static const char* archive[]={ "./Resources/b_leaves.png", "./Resources/e_leaf.png", "./Resources/tap.ogg", +"./Resources/menuin.ogg", +"./Resources/menuout.ogg", "./Resources/Music/BLR2_TR01.ogg", "./Resources/Music/BLR2_TR07.ogg", "./Resources/Music/BLR2_TR09.ogg", @@ -331,7 +333,7 @@ static const char* archive[]={ }; #endif //static const char* GLOBAL_H_FN="global.h"; -static const char* BLRVERSION="0.9.1-0_PR (r85)"; +static const char* BLRVERSION="0.9.1-1_PR (r87)"; static const char* BuiltDate=__DATE__; void Throw(char *Filename,char *Info) -- cgit v1.2.3