1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 13:45:32 +00:00

Fix member variable case problem

This commit is contained in:
scrawl 2013-05-04 19:14:19 +02:00
parent 28ef4d97da
commit f0354ea04c

View file

@ -141,7 +141,7 @@ namespace Compiler
if (mState==SetMemberVarState)
{
mMemberName = Misc::StringUtils::lowerCase (name);
mMemberName = name;
char type = getContext().getMemberType (mMemberName, mName);
if (type!=' ')