From 6ee08bbdaee6355f80d4e048f2afecfd26ba8477 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Fri, 21 Feb 2014 14:47:28 +0000 Subject: 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 --- global.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'global.h') 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; -- cgit v1.2.3