mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
Removed deprecated language variable
svn-id: r29605
This commit is contained in:
parent
78c1f8504a
commit
40abab62af
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user