diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-05 23:19:33 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-05 23:19:33 +0200 |
| commit | 80d9845607058a85c5250aebca1280324b811285 (patch) | |
| tree | cbea9ccbdd0a4be8e8d8dbd8a0e8171ffe7612e9 /internal_rewrite/util.hpp | |
| parent | cf4d2ec1a220d70bcfb6490a1a4e23dc8d90886b (diff) | |
whole bunch of shit
Diffstat (limited to 'internal_rewrite/util.hpp')
| -rw-r--r-- | internal_rewrite/util.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal_rewrite/util.hpp b/internal_rewrite/util.hpp index 34b5f93..ba7c779 100644 --- a/internal_rewrite/util.hpp +++ b/internal_rewrite/util.hpp @@ -96,8 +96,7 @@ extern void set_random_seed( int seed ); extern vec3_t get_spread_dir( void *weapon, float inaccuracy, float spread, vec3_t angles, int seed );
extern float get_random_float( float min, float max );
extern bool __vectorcall intersects_hitbox( vec3_t eye_pos, vec3_t end_pos, vec3_t min, vec3_t max, float radius );
-extern bool hitchance( int target, const vec3_t& angles, int percentage );
-extern bool hitchance( int target, const vec3_t& angle, int percentage, int hi );
+extern bool hitchance( int target, const vec3_t& angles, int percentage, int hitbox = -1 );
extern void calculate_spread_runtime( );
extern float get_total_latency( );
|
