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