diff options
| author | navewindre <boneyaard@gmail.com> | 2018-12-04 19:56:23 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-12-04 19:56:23 +0100 |
| commit | 009f264c3d98f742bec9aaeaafe86d66ad5116a5 (patch) | |
| tree | 0f928ae839867e117a694cd84c2dcfcf419d330b /cheat/internal_rewrite/context.hpp | |
| parent | a7e0ce1fb433a3f1ba34b92b084a2c5e8baf4dfe (diff) | |
dadffsad
Diffstat (limited to 'cheat/internal_rewrite/context.hpp')
| -rw-r--r-- | cheat/internal_rewrite/context.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cheat/internal_rewrite/context.hpp b/cheat/internal_rewrite/context.hpp index 27f1a42..a1a3dfb 100644 --- a/cheat/internal_rewrite/context.hpp +++ b/cheat/internal_rewrite/context.hpp @@ -75,6 +75,7 @@ public: int m_last_shot;
std::array< shot_data_t, 128 > m_shot_data;
+ std::deque< vec3_t > m_past_origins;
std::vector< int > m_cmd_numbers;
private:
std::deque< user_cmd_t > m_snapshot;
|
