diff options
author | Paul Gilbert | 2007-11-22 10:13:43 +0000 |
---|---|---|
committer | Paul Gilbert | 2007-11-22 10:13:43 +0000 |
commit | 40abab62af0bb8e27b23521e316e1fe687b12cdf (patch) | |
tree | cdd6e70fd3c0055387b96ee2254194dfdc22d9cc /engines/lure | |
parent | 78c1f8504a59ea5c4e8ff1e1921d304cb58ae3b1 (diff) | |
download | scummvm-rg350-40abab62af0bb8e27b23521e316e1fe687b12cdf.tar.gz scummvm-rg350-40abab62af0bb8e27b23521e316e1fe687b12cdf.tar.bz2 scummvm-rg350-40abab62af0bb8e27b23521e316e1fe687b12cdf.zip |
Removed deprecated language variable
svn-id: r29605
Diffstat (limited to 'engines/lure')
-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; |