changeset 916 | 1d0022336fbb |
parent 915 | 33040b7695c0 |
child 918 | c8cff180da57 |
--- a/hedgewars/uRandom.pas Thu May 08 18:02:52 2008 +0000 +++ b/hedgewars/uRandom.pas Thu May 08 18:38:52 2008 +0000 @@ -82,6 +82,7 @@ function rndSign(num: hwFloat): hwFloat; begin num.isNegative:= odd(GetNext); +if num.isNegative then AddFileLog('isNegative TRUE') else AddFileLog('isNegative FALSE'); rndSign:= num end;