diff options
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/bridge_land.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/bridge_land.h b/src/table/bridge_land.h index 73045d3e8..6453fbf97 100644 --- a/src/table/bridge_land.h +++ b/src/table/bridge_land.h @@ -721,7 +721,7 @@ static const PalSpriteID * const * const _bridge_sprite_table[MAX_BRIDGES] = { * @param nrd description of the road bridge in query tool */ #define MB(y, mnl, mxl, p, mxs, spr, plt, dsc, nrl, nrd) \ - {y, mnl, mxl, p, mxs, spr, plt, dsc, nrl, nrd, NULL, 0} + {y, mnl, mxl, p, mxs, spr, plt, dsc, { nrl, nrd }, NULL, 0} const BridgeSpec _orig_bridge[] = { /* |