(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

@@ -359,12 +359,6 @@ static uint32 GetCountAndDistanceOfClosestInstance(byte param_setID, byte layout
return UINT_MAX;
}
/* virtual */ const SpriteGroup *IndustriesResolverObject::ResolveReal(const RealSpriteGroup *group) const
{
/* IndustryTile do not have 'real' groups */
return NULL;
}
/* virtual */ uint32 IndustriesScopeResolver::GetRandomBits() const
{
return this->industry != NULL ? this->industry->random : 0;