summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-02-11 17:35:15 +0000
committerbelugas <belugas@openttd.org>2008-02-11 17:35:15 +0000
commitcc2b8b574a7df99a4e2912ddca06d227cd62c570 (patch)
treebb6d4544cc26e45639a2159c483064afedebca6d /src/newgrf.cpp
parent1011ac353b30d33945c5e5ad5f3d52186c829afc (diff)
downloadopenttd-cc2b8b574a7df99a4e2912ddca06d227cd62c570.tar.xz
(svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy with other Specs in used.
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
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