mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-16 04:30:38 +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++)
|
for (sop = SectorObject; sop < &SectorObject[MAX_SECTOR_OBJECTS]; sop++)
|
||||||
{
|
{
|
||||||
// if (sop->xmid == INT32_MAX)
|
|
||||||
// continue;
|
|
||||||
|
|
||||||
updatecrc(crc, (sop->xmid) & 255);
|
updatecrc(crc, (sop->xmid) & 255);
|
||||||
updatecrc(crc, (sop->ymid) & 255);
|
updatecrc(crc, (sop->ymid) & 255);
|
||||||
updatecrc(crc, (sop->zmid) & 255);
|
updatecrc(crc, (sop->zmid) & 255);
|
||||||
|
|
Loading…
Reference in a new issue