Patch for new scripting method osParseJSON.

also, a couple of warning bugs killed.
This commit is contained in:
Dr Scofield
2008-09-18 16:53:26 +00:00
parent ac083becd9
commit 0dff3f2383
5 changed files with 202 additions and 8 deletions

View File

@@ -474,7 +474,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
if (data.EventName == "control")
{
int held = ((LSL_Types.LSLInteger)data.Params[1]).value;
int changed= ((LSL_Types.LSLInteger)data.Params[2]).value;
// int changed = ((LSL_Types.LSLInteger)data.Params[2]).value;
// If the last message was a 0 (nothing held)
// and this one is also nothing held, drop it