Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Nov 24, 2017
1 parent 3529f6f commit c2064b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/Simulation.cpp
Expand Up @@ -334,7 +334,7 @@ GameSave * Simulation::Save(int fullX, int fullY, int fullX2, int fullY2, bool i
}
}
// fix SOAP links using soapList, a map of new particle ID -> old particle ID
// loop through every old particle (loaded from save), and convert .tmp / .tmp2
// loop through every new particle (saved into the save), and convert .tmp / .tmp2
for (std::map<unsigned int, unsigned int>::iterator iter = soapList.begin(), end = soapList.end(); iter != end; ++iter)
{
int i = (*iter).second;
Expand Down

0 comments on commit c2064b4

Please sign in to comment.