Remove or add parentheses as necessary to improve clarity.
There should be no changes in the code compiled from source directly.
This commit is contained in:
parent
2488349a1b
commit
202b4503d1
12 changed files with 59 additions and 59 deletions
|
@ -44,7 +44,7 @@ default
|
|||
|
||||
timer()
|
||||
{
|
||||
if (llGetLinkNumber() == 0 || llGetLinkNumber() == 1 && llGetInventoryType("[AV]object") != INVENTORY_SCRIPT)
|
||||
if ((llGetLinkNumber() == 0 || llGetLinkNumber() == 1) && llGetInventoryType("[AV]object") != INVENTORY_SCRIPT)
|
||||
{
|
||||
if (llGetAgentSize(llGetLinkKey(llGetNumberOfPrims())) == ZERO_VECTOR)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue