Removed deprecated language variable

svn-id: r29605
This commit is contained in:
Paul Gilbert 2007-11-22 10:13:43 +00:00
parent 78c1f8504a
commit 40abab62af

View File

@ -104,8 +104,6 @@ Hotspot::Hotspot(HotspotData *res): _pathFinder(this) {
Hotspot::Hotspot(Hotspot *character, uint16 objType): _pathFinder(this) {
assert(character);
Common::Language language = LureEngine::getReference().getLanguage();
_originalId = objType;
_data = NULL;
_anim = NULL;