aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
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;