diff options
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( );
|
