Skip to content

Commit

Permalink
remove temp variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigma88 committed Dec 30, 2015
1 parent 9ba0b47 commit 0065396
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions GameData/Sigma/Dimensions/Configs/ReDimension/atmoScale.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@
@temp3 /= #$@SigmaDimensions/Atmosphere$
@temp4 /= #$@SigmaDimensions/Atmosphere$
@key,24 = #$temp1$ $temp2$ $temp3$ $temp4$

!temp1 = DEL
!temp2 = DEL
!temp3 = DEL
!temp4 = DEL
}
@pressureCurve:HAS[#key[*Sigma*]]
{
Expand Down Expand Up @@ -627,6 +632,11 @@
@temp3 /= #$@SigmaDimensions/Atmosphere$
@temp4 /= #$@SigmaDimensions/Atmosphere$
@key,24 = #$temp1$ $temp2$ $temp3$ $temp4$

!temp1 = DEL
!temp2 = DEL
!temp3 = DEL
!temp4 = DEL
}
@temperatureCurve:HAS[#key[*Sigma*]]
{
Expand Down Expand Up @@ -985,6 +995,11 @@
@temp3 /= #$@SigmaDimensions/Atmosphere$
@temp4 /= #$@SigmaDimensions/Atmosphere$
@key,24 = #$temp1$ $temp2$ $temp3$ $temp4$

!temp1 = DEL
!temp2 = DEL
!temp3 = DEL
!temp4 = DEL
}
@temperatureSunMultCurve:HAS[#key[*Sigma*]]
{
Expand Down

0 comments on commit 0065396

Please sign in to comment.