forked from mirror/OpenTTD
(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.
This commit is contained in:
@@ -38,7 +38,7 @@ struct CanalResolverObject : public ResolverObject {
|
||||
{
|
||||
switch (scope) {
|
||||
case VSG_SCOPE_SELF: return &this->canal_scope;
|
||||
default: return &this->default_scope; // XXX ResolverObject::GetScope(scope, relative);
|
||||
default: return ResolverObject::GetScope(scope, relative);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user