summaryrefslogtreecommitdiff
path: root/internal_rewrite/context.hpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-11-26 13:43:26 +0100
committernavewindre <boneyaard@gmail.com>2018-11-26 13:43:26 +0100
commit7cd2571c16edf9d6b442a0093ed0d9fb2d2ba1d1 (patch)
tree1ad9e7303d120244f7483e58431648550b2b72e9 /internal_rewrite/context.hpp
parent0bc63d4dbbfe4fb74b4114f0ae11bfe8c87d5cc9 (diff)
dffsd
Diffstat (limited to 'internal_rewrite/context.hpp')
-rw-r--r--internal_rewrite/context.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal_rewrite/context.hpp b/internal_rewrite/context.hpp
index 03af09f..27f1a42 100644
--- a/internal_rewrite/context.hpp
+++ b/internal_rewrite/context.hpp
@@ -75,6 +75,7 @@ public:
int m_last_shot;
std::array< shot_data_t, 128 > m_shot_data;
+ std::vector< int > m_cmd_numbers;
private:
std::deque< user_cmd_t > m_snapshot;
};