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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user