diff options
Diffstat (limited to 'internal_rewrite/prediction.hpp')
| -rw-r--r-- | internal_rewrite/prediction.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/internal_rewrite/prediction.hpp b/internal_rewrite/prediction.hpp index 74a86a0..d6adb44 100644 --- a/internal_rewrite/prediction.hpp +++ b/internal_rewrite/prediction.hpp @@ -14,12 +14,12 @@ class c_prediction {
user_cmd_t* m_ucmd{ };
int m_predicted_flags{ };
- - float m_old_time; - float m_old_frametime; - int m_old_tickcount; - - int m_prediction_seed; +
+ float m_old_time;
+ float m_old_frametime;
+ int m_old_tickcount;
+
+ int m_prediction_seed;
int m_prediction_player;
struct player_data_t {
|
