(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

@@ -49,11 +49,9 @@ struct HouseResolverObject : public ResolverObject {
switch (scope) {
case VSG_SCOPE_SELF: return &this->house_scope;
case VSG_SCOPE_PARENT: return &this->town_scope;
default: return &this->default_scope; // XXX ResolverObject::GetScope(scope, relative);
default: return ResolverObject::GetScope(scope, relative);
}
}
/* virtual */ const SpriteGroup *ResolveReal(const RealSpriteGroup *group) const;
};
/**