aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LSL.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-08 16:29:31 +1000
committerDavid Walter Seikel2012-02-08 16:29:31 +1000
commitdee2c5659e869bd14acf62e00bbb808aa1694461 (patch)
tree36297549850584b42321c459e438ff0c737411ef /LuaSL/src/LSL.lua
parentCommentary++. (diff)
downloadSledjHamr-dee2c5659e869bd14acf62e00bbb808aa1694461.zip
SledjHamr-dee2c5659e869bd14acf62e00bbb808aa1694461.tar.gz
SledjHamr-dee2c5659e869bd14acf62e00bbb808aa1694461.tar.bz2
SledjHamr-dee2c5659e869bd14acf62e00bbb808aa1694461.tar.xz
Cleaning up some comments.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LSL.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LSL.lua b/LuaSL/src/LSL.lua
index c8c2c6d..1ec3fa1 100644
--- a/LuaSL/src/LSL.lua
+++ b/LuaSL/src/LSL.lua
@@ -227,7 +227,7 @@ LSL.x = 0.0;
227LSL.y = 0.0; 227LSL.y = 0.0;
228LSL.z = 0.0; 228LSL.z = 0.0;
229 229
230-- ll*() functions. 230-- ll*() function stubs.
231 231
232function --[[float]] LSL.llPow(--[[float]] number,--[[float]] places) return 0.0 end; 232function --[[float]] LSL.llPow(--[[float]] number,--[[float]] places) return 0.0 end;
233function --[[float]] LSL.llFrand(--[[float]] max) return 0.0 end; 233function --[[float]] LSL.llFrand(--[[float]] max) return 0.0 end;