diff options
author | CasperW | 2010-02-05 00:53:32 +0100 |
---|---|---|
committer | CasperW | 2010-02-05 00:53:32 +0100 |
commit | 044979066cf66e4dcd2c8f4be90337555dc0b34d (patch) | |
tree | 58ae0b0ee1859e47fd0b5892ca6c664a4fa3dce5 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC_OLD-044979066cf66e4dcd2c8f4be90337555dc0b34d.zip opensim-SC_OLD-044979066cf66e4dcd2c8f4be90337555dc0b34d.tar.gz opensim-SC_OLD-044979066cf66e4dcd2c8f4be90337555dc0b34d.tar.bz2 opensim-SC_OLD-044979066cf66e4dcd2c8f4be90337555dc0b34d.tar.xz |
Fix two inconsistencies with LightShare
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/CM_Constants.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/CM_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/CM_Constants.cs index 7b67fa3..522c020 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/CM_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/CM_Constants.cs | |||
@@ -70,7 +70,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
70 | public const int WL_CLOUD_SCROLL_Y = 32; | 70 | public const int WL_CLOUD_SCROLL_Y = 32; |
71 | public const int WL_CLOUD_SCROLL_Y_LOCK = 33; | 71 | public const int WL_CLOUD_SCROLL_Y_LOCK = 33; |
72 | public const int WL_CLOUD_SCROLL_X_LOCK = 34; | 72 | public const int WL_CLOUD_SCROLL_X_LOCK = 34; |
73 | public const int WL_DRAW_CLASSIC_CLOUDS = 35; | 73 | public const int WL_DRAW_CLASSIC_CLOUDS = 35; |
74 | public const int WL_SUN_MOON_POSITION = 36; | ||
74 | 75 | ||
75 | } | 76 | } |
76 | } | 77 | } |