aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-21 10:44:59 +1000
committerDavid Walter Seikel2012-01-21 10:44:59 +1000
commited1c66be8441914e25de12b65f6a7ee5e31cdc13 (patch)
tree6c6e262f88b397b9401baa5092fd2516f8a319cb
parentA better way to do function parameters. NOTE - using an unreleased Eina API ... (diff)
downloadSledjHamr-ed1c66be8441914e25de12b65f6a7ee5e31cdc13.zip
SledjHamr-ed1c66be8441914e25de12b65f6a7ee5e31cdc13.tar.gz
SledjHamr-ed1c66be8441914e25de12b65f6a7ee5e31cdc13.tar.bz2
SledjHamr-ed1c66be8441914e25de12b65f6a7ee5e31cdc13.tar.xz
Vectors and rotations are broken, but I'll deal with those next. Just comment them out so I can get the next commit in and working.
-rw-r--r--LuaSL/src/constants.lsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/LuaSL/src/constants.lsl b/LuaSL/src/constants.lsl
index 3b2f5a8..5caf962 100644
--- a/LuaSL/src/constants.lsl
+++ b/LuaSL/src/constants.lsl
@@ -18,6 +18,6 @@ integer FALSE = 0;
18string NULL_KEY = "00000000-0000-0000-0000-000000000000"; 18string NULL_KEY = "00000000-0000-0000-0000-000000000000";
19string EOF = "\n\n\n"; 19string EOF = "\n\n\n";
20 20
21rotation ZERO_ROTATION = <0.0, 0.0, 0.0, 1.0>; 21//rotation ZERO_ROTATION = <0.0, 0.0, 0.0, 1.0>;
22vector ZERO_VECTOR = <0.0, 0.0, 0.0>; 22//vector ZERO_VECTOR = <0.0, 0.0, 0.0>;
23 23