aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-02-25 23:51:17 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-02-25 23:51:17 +0000
commit65a9e41eb81d0531cc702846e0cd9221e1d91179 (patch)
treec83ff7c633a647fdab81cea2b9004a13bd4e35b9 /global.h
parent67f9cfbc209f6ed7678504503005f3f6e81e9e11 (diff)
downloadbullet-lab-remix-65a9e41eb81d0531cc702846e0cd9221e1d91179.tar.xz
M trunk/CHANGELOG.TXT
M trunk/global.h M trunk/levels.h M trunk/main.cpp M trunk/towernbullet.h
Diffstat (limited to 'global.h')
-rw-r--r--global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.h b/global.h
index 5856889..632c881 100644
--- a/global.h
+++ b/global.h
@@ -89,7 +89,7 @@ struct Bullet
//whicnt describes how much one will explode into (into an exactly circle)*/
double bulletspeed;
double bulletaccel,limv;
- bool exist;
+ bool exist,inv;
int whirem,whiskp,yelbrk;
int exp1,exp2;
double lifetime;