diff options
Diffstat (limited to '')
-rw-r--r-- | LuaSL/src/LSL.lua | 2 |
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; | |||
227 | LSL.y = 0.0; | 227 | LSL.y = 0.0; |
228 | LSL.z = 0.0; | 228 | LSL.z = 0.0; |
229 | 229 | ||
230 | -- ll*() functions. | 230 | -- ll*() function stubs. |
231 | 231 | ||
232 | function --[[float]] LSL.llPow(--[[float]] number,--[[float]] places) return 0.0 end; | 232 | function --[[float]] LSL.llPow(--[[float]] number,--[[float]] places) return 0.0 end; |
233 | function --[[float]] LSL.llFrand(--[[float]] max) return 0.0 end; | 233 | function --[[float]] LSL.llFrand(--[[float]] max) return 0.0 end; |