add: implement autosaving graph data (fixes #249)
This commit is contained in:
parent
d402f38295
commit
4fe4f30d39
2 changed files with 15 additions and 2 deletions
|
|
@ -270,6 +270,7 @@ private:
|
|||
int m_findWPIndex;
|
||||
int m_facingAtIndex;
|
||||
int m_highestDamage[kGameTeamNum] {};
|
||||
int m_autoSaveCount;
|
||||
|
||||
float m_timeJumpStarted;
|
||||
float m_autoPathDistance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue