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
commitf4334301e89b0dfcaace437de6202764e5f9b537 (patch)
tree1f3b08c93867a3ece67fea36d353dcbdb2385576 /src/table
parentb0b929ce4258e70fd0482a4bf9b1fac8330edcfe (diff)
downloadopenttd-f4334301e89b0dfcaace437de6202764e5f9b537.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[] = {
/*