mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
sw/src/sync.cpp:SOSync: Remove commented out code
This commit is contained in:
parent
d43bffd118
commit
d510b9b95a
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue