diff options
author | Rider Linden <rider@lindenlab.com> | 2018-05-18 13:27:11 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-05-18 13:27:11 -0700 |
commit | 4c1a633c232880f4ac6e01807f1084e5d5c68b1e (patch) | |
tree | ccaab4d5e4ac61fa80e34290d0704edfdd6dbc88 /indra/newview/llenvironment.h | |
parent | 430c5cd23558ba42c7da0e31845a3677e66f1fed (diff) |
Day cycle editor changes for loading settings. (Not complete)
Diffstat (limited to 'indra/newview/llenvironment.h')
-rw-r--r-- | indra/newview/llenvironment.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llenvironment.h b/indra/newview/llenvironment.h index e21f46d5b0..fb3bb9f051 100644 --- a/indra/newview/llenvironment.h +++ b/indra/newview/llenvironment.h @@ -77,13 +77,14 @@ public: enum EnvSelection_t { - ENV_EDIT, + ENV_EDIT = 0, ENV_LOCAL, ENV_PARCEL, ENV_REGION, ENV_DEFAULT, ENV_END, - ENV_CURRENT = -1 + ENV_CURRENT = -1, + ENV_NONE = -2 }; typedef boost::signals2::connection connection_t; |