1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.

This commit is contained in:
alberth
2012-11-10 20:45:59 +00:00
parent 69e07c3e00
commit 4c9bea2a71
23 changed files with 96 additions and 229 deletions

View File

@@ -408,7 +408,7 @@ static byte MapAircraftMovementAction(const Aircraft *v)
}
return &this->relative_scope;
}
default: return &this->default_scope; // XXX ResolverObject::GetScope(scope, relative);
default: return ResolverObject::GetScope(scope, relative);
}
}