rtrTravers.c: missing const

This is to remove the constness warning.
This commit is contained in:
Darryl L. Miles 2025-06-26 12:10:08 +01:00 committed by R. Timothy Edwards
parent a53f71d5c6
commit 9e181f0d2e
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ rtrSrTraverseFunc(tile, ts)
Tile *t2;
Rect tileArea;
int i;
TileTypeBitMask *connectMask;
const TileTypeBitMask *connectMask;
TileType ttype;
unsigned int planes;
struct conSrArg *csa = ts->ts_csa;