(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 7b18c31f37
commit 8a297ca5f1
23 changed files with 96 additions and 229 deletions

View File

@@ -99,12 +99,6 @@ uint32 GetRelativePosition(TileIndex tile, TileIndex ind_tile)
return UINT_MAX;
}
/* virtual */ const SpriteGroup *IndustryTileResolverObject::ResolveReal(const RealSpriteGroup *group) const
{
/* IndustryTile do not have 'real' groups. Or do they?? */
return NULL;
}
/* virtual */ uint32 IndustryTileScopeResolver::GetRandomBits() const
{
assert(this->industry != NULL && IsValidTile(this->tile));