mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-19 03:39:58 +00:00
another case fix (remote member access again)
This commit is contained in:
parent
a85d3c7dcb
commit
b3412b7eec
@ -52,7 +52,8 @@ namespace MWScript
|
|||||||
char type = ' ';
|
char type = ' ';
|
||||||
|
|
||||||
if (!script.empty())
|
if (!script.empty())
|
||||||
type = MWBase::Environment::get().getScriptManager()->getLocals (script).getType (name);
|
type = MWBase::Environment::get().getScriptManager()->getLocals (script).getType (
|
||||||
|
Misc::StringUtils::lowerCase (name));
|
||||||
|
|
||||||
return std::make_pair (type, reference);
|
return std::make_pair (type, reference);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user