(svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy with other Specs in used.

This commit is contained in:
belugas
2008-02-11 17:35:15 +00:00
parent a9ce2a7122
commit 6a717aa49b
5 changed files with 10 additions and 10 deletions

View File

@@ -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