summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-02-12 03:05:27 +0000
committerbelugas <belugas@openttd.org>2008-02-12 03:05:27 +0000
commitd465b23ee2373b908820b855561aab2ea17f1495 (patch)
tree1f3b08c93867a3ece67fea36d353dcbdb2385576 /src/table
parent7d88f6688e2762f7b77cda44c70142422df1cb42 (diff)
downloadopenttd-d465b23ee2373b908820b855561aab2ea17f1495.tar.xz
(svn r12118) -Codechange: Put the two descriptions of bridges in an array instead of two single variables, following the transport type it represents
Diffstat (limited to 'src/table')
-rw-r--r--src/table/bridge_land.h2
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[] = {
/*