From: mfranz Date: Sun, 12 Oct 2008 21:08:44 +0000 (+0000) Subject: listeners: do no longer set cmdarg() to avoid interference with embedded Nasal X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e8738eca19416377cb935badc120ad76157a4f04;p=flightgear.git listeners: do no longer set cmdarg() to avoid interference with embedded Nasal --- diff --git a/src/Scripting/NasalSys.cxx b/src/Scripting/NasalSys.cxx index 86a555fc4..af589ff3f 100644 --- a/src/Scripting/NasalSys.cxx +++ b/src/Scripting/NasalSys.cxx @@ -1022,7 +1022,6 @@ void FGNasalListener::call(SGPropertyNode* which, naRef mode) arg[1] = _nas->propNodeGhost(_node); arg[2] = mode; // value changed, child added/removed arg[3] = naNum(_node != which); // child event? - _nas->_cmdArg = _node; _nas->call(_code, 4, arg, naNil()); _active--; }