From cc2b8b574a7df99a4e2912ddca06d227cd62c570 Mon Sep 17 00:00:00 2001 From: belugas Date: Mon, 11 Feb 2008 17:35:15 +0000 Subject: (svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy with other Specs in used. --- src/newgrf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf.cpp') diff --git a/src/newgrf.cpp b/src/newgrf.cpp index dae0185ab..e037f0114 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -1177,7 +1177,7 @@ static bool BridgeChangeInfo(uint brid, int numinfo, int prop, byte **bufp, int } for (int i = 0; i < numinfo; i++) { - Bridge *bridge = &_bridge[brid + i]; + BridgeSpec *bridge = &_bridge[brid + i]; switch (prop) { case 0x08: // Year of availability -- cgit v1.2.3-54-g00ecf