aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-10 13:49:09 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-10 13:49:09 +0000
commitdb6933143f3b9bb423faeaf823485672ec803000 (patch)
treed47300e9713cc656af4b6f3f15b55dfcd01513e9 /global.h
parent4dcadbd2d78207777e62e05c64e7dd5dae19f955 (diff)
downloadbullet-lab-remix-db6933143f3b9bb423faeaf823485672ec803000.tar.xz
One new level, several fixes. See changelog for details.
Diffstat (limited to 'global.h')
-rw-r--r--global.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/global.h b/global.h
index 05f354f..01a9d12 100644
--- a/global.h
+++ b/global.h
@@ -128,7 +128,6 @@ struct Tower
int towertype;
int towertimer,curtimer;
int towertimer2,curtimer2,shotcount,curshotcount;
- vector2d tdir;
bool dblstate;
double bulletspeed;
int redexplo,whicnt,yelbrk;
@@ -260,16 +259,14 @@ int level,part,clrtime,clrbns;
int coll,semicoll,mode,dsmc,restarts;
double clrrange,clrrad,clrmaxrange,clrind;
hgeSprite *clrcircle;
-bool IfCallLevel;
bool Dis8ref,t8special;
int frameskips=0,stepskips=0;
-bool IfShowTip=false,FadeTip=false;
+bool IfCallLevel,IfShowTip,FadeTip,PlayerSplit;
RandomEngine re;
hgeFont *TipFont;
char lasttip[200];
int whicnt,whrcnt,shots,clrusg;
-bool yelattrib;
-bool Complete=false;
+bool yelattrib,Complete;
double bsscale;
long long score,scminus;
double mult,lsc;
@@ -284,6 +281,7 @@ int creditsp;double creditfly,creditacc,credbrk;
bool credstop,creddone;
bool tfs;
int fpslvl,clrmode;
+const vector2d splitData[4]={vector2d(0,0),vector2d(400,0),vector2d(0,300),vector2d(400,300)};
//static const char* GLOBAL_H_FN="global.h";
void Throw(char *Filename,char *Info)