fix comment

This commit is contained in:
jacob1 2017-11-23 22:23:56 -05:00
parent 3529f6f468
commit c2064b48c3

View File

@ -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;