aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-04 03:11:48 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-04 03:11:48 +0000
commit1d05051ab16b2012c08f0405b4754f421aae4cf3 (patch)
tree333aa24e681d333db28b7358dd7e01af986ed2be /global.h
parent4f062725e3d2d104a40432b341ae2345ade5cfca (diff)
downloadbullet-lab-remix-1d05051ab16b2012c08f0405b4754f421aae4cf3.tar.xz
New level, remove more comments, more interfaces...
I'm now preparing for the next public pre-release version.
Diffstat (limited to 'global.h')
-rw-r--r--global.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/global.h b/global.h
index 38bc94d..d46c6cb 100644
--- a/global.h
+++ b/global.h
@@ -90,10 +90,10 @@ public:
bool exist,inv;
int whirem,whiskp,yelbrk;
int exp1,exp2;
- double lifetime;
+ double lifetime,rot;
bool scollable,collable;
double scale;int effbrk;
- TColors alterColor;
+ TColors alterColor,alterColor2;
void redir(vector2d targ)
{
bulletdir.x=bulletpos.x-targ.x;
@@ -260,7 +260,7 @@ int coll,semicoll,mode,dsmc,restarts;
double clrrange,clrrad,clrmaxrange,clrind;
hgeSprite *clrcircle;
bool IfCallLevel;
-bool Dis8ref;
+bool Dis8ref,t8special;
int frameskips=0,stepskips=0;
bool IfShowTip=false,FadeTip=false;
hgeFont *TipFont;
@@ -283,7 +283,7 @@ int creditsp;double creditfly,creditacc,credbrk;
bool credstop,creddone;
bool tfs;
int fpslvl,clrmode;
-static const char* GLOBAL_H_FN="global.h";
+//static const char* GLOBAL_H_FN="global.h";
void Throw(char *Filename,char *Info)
{