diff options
| author | navewindre <boneyaard@gmail.com> | 2018-08-31 21:40:31 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-08-31 21:40:31 +0200 |
| commit | 0767d6d4acaf5f86a67a375dffa54da9323646e3 (patch) | |
| tree | 0f76a21f25eb22229408b5dc2d890980a288fa96 /internal_rewrite/prediction.hpp | |
| parent | 78a6e235c3b0006bf29868d5f7ad0628d522fa79 (diff) | |
old rc & fix for fakewalk
Diffstat (limited to 'internal_rewrite/prediction.hpp')
| -rw-r--r-- | internal_rewrite/prediction.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal_rewrite/prediction.hpp b/internal_rewrite/prediction.hpp index 914b97f..74a86a0 100644 --- a/internal_rewrite/prediction.hpp +++ b/internal_rewrite/prediction.hpp @@ -52,9 +52,7 @@ public: // void local_pred( user_cmd_t* );
- void pre_run_command( );
void run_command( user_cmd_t *cmd );
- void post_run_command( );
int get_predicted_flags( ) const {
return m_predicted_flags;
|
