1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 12:42:11 +00:00

possible fix for script execution bug

This commit is contained in:
Marc Zinnschlag 2012-06-19 14:55:22 +02:00
parent 9a6f012578
commit 50d81e99fb

View File

@ -309,7 +309,7 @@ namespace Compiler
if (mExplicit.empty() && getContext().isId (name2))
{
mExplicit = name;
mExplicit = name2;
return true;
}
}