From e8738eca19416377cb935badc120ad76157a4f04 Mon Sep 17 00:00:00 2001 From: mfranz Date: Sun, 12 Oct 2008 21:08:44 +0000 Subject: [PATCH] listeners: do no longer set cmdarg() to avoid interference with embedded Nasal --- src/Scripting/NasalSys.cxx | 1 - 1 file changed, 1 deletion(-) 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--; }