Qt editor: Fix object selection on EditorAction in network

qteditor
Sven Eberhardt 2016-08-07 01:13:24 -04:00
parent f6d1e6ed2b
commit 3a6a7aceaa
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ void C4ControlScript::CompileFunc(StdCompiler *pComp)
{
pComp->Value(mkNamingAdapt(iTargetObj, "TargetObj", -1));
pComp->Value(mkNamingAdapt(fUseVarsFromCallerContext, "UseVarsFromCallerContext", false));
pComp->Value(mkNamingAdapt(editor_select_result, "EditorSelectResult", false));
pComp->Value(mkNamingAdapt(Script, "Script", ""));
C4ControlPacket::CompileFunc(pComp);
}