diff options
-rw-r--r-- | engines/lure/hotspots.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp index e8e8301911..05cc54de79 100644 --- a/engines/lure/hotspots.cpp +++ b/engines/lure/hotspots.cpp @@ -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; |