We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfee61 commit 58e1f40Copy full SHA for 58e1f40
1 file changed
src_rebuild/Game/C/dr2roads.c
@@ -346,9 +346,6 @@ sdPlane* sdGetCell(VECTOR *pos)
346
buffer = RoadMapDataRegions[(cellPos.x >> 16 & 1) ^ (regions_across / 2 & 1) +
347
(cellPos.y >> 15 & 2) ^ (regions_down & 2)];
348
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
-
352
plane = GetSeaPlane();
353
354
if (*buffer != 2)
0 commit comments