aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-02-21 14:47:28 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-02-21 14:47:28 +0000
commit6ee08bbdaee6355f80d4e048f2afecfd26ba8477 (patch)
treef1602560f1f127dc100e52a245c3d242e750f64a /global.h
parentc80fe050d6d175c5971a7b77e04a66a5ee161394 (diff)
downloadbullet-lab-remix-6ee08bbdaee6355f80d4e048f2afecfd26ba8477.tar.xz
M trunk/CHANGELOG.TXT
M trunk/VERSION.TXT M trunk/effects.h M trunk/global.h M trunk/levels.h M trunk/main.cpp M trunk/menus.h M trunk/towernbullet.h
Diffstat (limited to 'global.h')
-rw-r--r--global.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/global.h b/global.h
index 12686d3..2ba3178 100644
--- a/global.h
+++ b/global.h
@@ -92,7 +92,7 @@ struct Bullet
bool exist;
int whirem,whiskp,yelbrk;
int exp1,exp2;
- int lifetime;
+ double lifetime;
bool scollable;
double scale;int effbrk;
TColors alterColor;
@@ -269,7 +269,6 @@ int p2t1,p2t2,p2t3,p2t4;
int whicnt,whrcnt,shots,clrusg;
bool yelattrib;
bool Complete=false;
-bool Refliction=false;
double linerad=0;
double bsscale;
long long score,scminus;