From d8c84876b20f8fd784171e9bb525af38a25380f1 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Wed, 19 Mar 2014 13:42:25 +0000 Subject: Support command line options, change player settings, update wiki page. --- global.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'global.h') diff --git a/global.h b/global.h index 8515de7..9c8c1ba 100644 --- a/global.h +++ b/global.h @@ -6,6 +6,7 @@ #include #define MaxRes 80 #define Resd 20.0f +#define BLRVERSION "0.8.1-0_PR (b76)" HGE *hge=0; HEFFECT snd; hgeQuad quad; @@ -279,6 +280,14 @@ bool credstop,creddone; bool tfs; int fpslvl,clrmode; const vector2d splitData[4]={vector2d(0,0),vector2d(400,0),vector2d(0,300),vector2d(400,300)}; +//options from command line arguments +bool fNoSound, +#ifdef WIN32 +noHideConsole, +#endif +fFristStartUp,fFast; +int startLvl,startPrt,fFullScreen; +char alterLog[64]; //static const char* GLOBAL_H_FN="global.h"; void Throw(char *Filename,char *Info) -- cgit v1.2.3