Skip to content

Commit 58e1f40

Browse files
committed
- remove comment
1 parent ddfee61 commit 58e1f40

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src_rebuild/Game/C/dr2roads.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,6 @@ sdPlane* sdGetCell(VECTOR *pos)
346346
buffer = RoadMapDataRegions[(cellPos.x >> 16 & 1) ^ (regions_across / 2 & 1) +
347347
(cellPos.y >> 15 & 2) ^ (regions_down & 2)];
348348

349-
// Alpha 1.6 code, works too; not widely tested yet
350-
//buffer = *(short**)((int)RoadMapDataRegions + (cellPos.x >> 14 & 4 ^ cellPos.y >> 13 & 8 ^ sdSelfModifyingCode));
351-
352349
plane = GetSeaPlane();
353350

354351
if (*buffer != 2)

0 commit comments

Comments
 (0)