aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler
diff options
context:
space:
mode:
authorTeravus Ovares2008-04-23 23:55:02 +0000
committerTeravus Ovares2008-04-23 23:55:02 +0000
commit12bba3da4bb74ac3727763d2bda3fb3eadd4159b (patch)
tree1f6c64b01c033acafd444e83069154cf3bf7b5a3 /OpenSim/Region/ScriptEngine/DotNetEngine/Compiler
parent* Patch from Melanie. Mantis 0001037: Add various internal plumbing to the... (diff)
downloadopensim-SC_OLD-12bba3da4bb74ac3727763d2bda3fb3eadd4159b.zip
opensim-SC_OLD-12bba3da4bb74ac3727763d2bda3fb3eadd4159b.tar.gz
opensim-SC_OLD-12bba3da4bb74ac3727763d2bda3fb3eadd4159b.tar.bz2
opensim-SC_OLD-12bba3da4bb74ac3727763d2bda3fb3eadd4159b.tar.xz
* Fixed an annoying pop-up box when crossing borders.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Compiler')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs
index 05838cc..50bc892 100644
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs
@@ -362,7 +362,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
362 362
363 // Returns text of state entry match, 363 // Returns text of state entry match,
364 scriptCopy += eventmatches[pos]; pos++; 364 scriptCopy += eventmatches[pos]; pos++;
365 365
366 // Returns which state we're matching and writes a method call to the end of the above state_entry 366 // Returns which state we're matching and writes a method call to the end of the above state_entry
367 scriptCopy += "\r\n\t\tosSetStateEvents((int)" + (int)state_events[eventmatches[pos]] + ");"; //pos++; 367 scriptCopy += "\r\n\t\tosSetStateEvents((int)" + (int)state_events[eventmatches[pos]] + ");"; //pos++;
368 368
@@ -406,7 +406,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
406 unUsedStates.Clear(); 406 unUsedStates.Clear();
407 state_events.Clear(); 407 state_events.Clear();
408 quotes.Clear(); 408 quotes.Clear();
409 409
410 return Return; 410 return Return;
411 } 411 }
412 public scriptEvents convertnametoFlag(string eventname) 412 public scriptEvents convertnametoFlag(string eventname)