sw/src/sync.cpp:SOSync: Remove commented out code

This commit is contained in:
NY00123 2020-05-22 14:51:29 +03:00 committed by Christoph Oelckers
parent d43bffd118
commit d510b9b95a

View file

@ -109,9 +109,6 @@ SOSync(void)
for (sop = SectorObject; sop < &SectorObject[MAX_SECTOR_OBJECTS]; sop++)
{
// if (sop->xmid == INT32_MAX)
// continue;
updatecrc(crc, (sop->xmid) & 255);
updatecrc(crc, (sop->ymid) & 255);
updatecrc(crc, (sop->zmid) & 255);