aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-27 13:42:29 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-27 13:42:29 +0000
commit8b96010f277756c9e1a6e4e17ccf5722ed8d87e3 (patch)
tree530013d1dfcf34b85d5c9f3dd006a04420afbf1a /global.h
parent1157b3359e5158e18e1342add9298aac2527bed4 (diff)
downloadbullet-lab-remix-8b96010f277756c9e1a6e4e17ccf5722ed8d87e3.tar.xz
New level draft and a new interface.
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 755dfa7..a4e1fa1 100644
--- a/global.h
+++ b/global.h
@@ -74,7 +74,7 @@ inline double GetDist(vector2d,vector2d);
class Bullet
{
public:
- vector2d bulletpos,bulletdir;
+ vector2d bulletpos,bulletdir,limpos;
double dist;
int bullettype,redexplo,redattrib,oriexplo,whicnt;
DWORD sccolor;