fix: reset graph authors upon graph reset (should fix #373)
This commit is contained in:
parent
e1d64b62ce
commit
c411f1e777
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ void BotGraph::reset () {
|
||||||
for (int team = Team::Terrorist; team < kGameTeamNum; ++team) {
|
for (int team = Team::Terrorist; team < kGameTeamNum; ++team) {
|
||||||
m_highestDamage[team] = 1;
|
m_highestDamage[team] = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_graphAuthor.clear ();
|
||||||
|
m_graphModified.clear ();
|
||||||
}
|
}
|
||||||
|
|
||||||
int BotGraph::clearConnections (int index) {
|
int BotGraph::clearConnections (int index) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue