summaryrefslogtreecommitdiff
path: root/internal_rewrite/ragebot.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'internal_rewrite/ragebot.hpp')
-rw-r--r--internal_rewrite/ragebot.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal_rewrite/ragebot.hpp b/internal_rewrite/ragebot.hpp
index 83b960f..8a7e856 100644
--- a/internal_rewrite/ragebot.hpp
+++ b/internal_rewrite/ragebot.hpp
@@ -117,10 +117,11 @@ namespace features
bool run_freestanding( int player = -1 );
bool run_edge_dtc( );
- void run_fakewalk( );
+
public:
bool is_fakewalking( ) const { return m_is_fakewalking; }
+ void run_fakewalk( );
bool is_edging( ) const { return m_is_edging; }
float get_yaw( bool no_jitter = false );