diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-01 17:54:45 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-01 17:54:45 +0200 |
| commit | 89d0110da2e65405fcbdac0e24f4fcc5cdce4c1c (patch) | |
| tree | fc33ee66cfc1b104c355391386abfccf1e5b94ea /internal_rewrite/util.hpp | |
| parent | aeef9e6d8241b4f7451a26f5af9645c1a6e5c4d9 (diff) | |
uh
Diffstat (limited to 'internal_rewrite/util.hpp')
| -rw-r--r-- | internal_rewrite/util.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_rewrite/util.hpp b/internal_rewrite/util.hpp index c97f8c6..34b5f93 100644 --- a/internal_rewrite/util.hpp +++ b/internal_rewrite/util.hpp @@ -102,7 +102,7 @@ extern void calculate_spread_runtime( ); extern float get_total_latency( );
extern float get_lerptime( );
-extern int get_closest_player( );
+extern int get_closest_player( bool distance = false );
extern vec2_t screen_transform( vec3_t world );
extern const char* definition_index_to_name( int index );
extern void disable_pvs( );
|
