summaryrefslogtreecommitdiff
path: root/internal_rewrite/autowall.hpp
diff options
context:
space:
mode:
authorJustSomePwner <crotchyalt@gmail.com>2018-09-19 15:01:26 +0200
committerJustSomePwner <crotchyalt@gmail.com>2018-09-19 15:01:26 +0200
commite56123a4331aacf8b43f74d1cae7977b93cc390b (patch)
treef15180f77cf04b225051c7e06e1afd63b721090c /internal_rewrite/autowall.hpp
parentd1cab43b8ffd1fd37633e4751818d14c840ecef9 (diff)
fix autowall
Diffstat (limited to 'internal_rewrite/autowall.hpp')
-rw-r--r--internal_rewrite/autowall.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/internal_rewrite/autowall.hpp b/internal_rewrite/autowall.hpp
index 4d82574..5e433e0 100644
--- a/internal_rewrite/autowall.hpp
+++ b/internal_rewrite/autowall.hpp
@@ -8,11 +8,12 @@ struct fire_bullet_data_t {
CGameTrace enter_trace;
vec3_t direction;
CTraceFilter filter;
- float trace_length;
- float trace_length_remaining;
- float length_to_end;
float current_damage;
int penetrate_count;
+
+ float travel_range{ };
+ float traveled{ };
+ float to_travel{ };
};
namespace features