Fix swaps and other misoptimizations

This undoes 454d44e85f
This commit is contained in:
Sei Lisa 2019-01-11 02:07:54 +01:00
parent c3bb056f05
commit 42f47d38f0
3 changed files with 18 additions and 9 deletions

View file

@ -17,8 +17,9 @@ default
{
{
{
integer f2param = 4;
{
llOwnerSay("f2:" + "4");
llOwnerSay("f2:" + (string)f2param);
}
}
{