add: implement autosaving graph data (fixes #249)

This commit is contained in:
dmitry 2022-01-16 01:57:21 +03:00
commit 4fe4f30d39
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37
2 changed files with 15 additions and 2 deletions

View file

@ -270,6 +270,7 @@ private:
int m_findWPIndex;
int m_facingAtIndex;
int m_highestDamage[kGameTeamNum] {};
int m_autoSaveCount;
float m_timeJumpStarted;
float m_autoPathDistance;