aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llettherebelight.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llettherebelight.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llettherebelight.h b/linden/indra/newview/llettherebelight.h
index 3c997e5..d83e827 100644
--- a/linden/indra/newview/llettherebelight.h
+++ b/linden/indra/newview/llettherebelight.h
@@ -80,6 +80,10 @@ public:
80 80
81 ~LightShare(); 81 ~LightShare();
82 82
83 // The name of the preset where the backup settings are stored.
84 static const std::string sBackupWaterPresetName;
85 static const std::string sBackupSkyPresetName;
86
83 // Message handler for GenericMessage with the "Windlight" method. 87 // Message handler for GenericMessage with the "Windlight" method.
84 // Creates and applies a new LightShare (or prompts user). 88 // Creates and applies a new LightShare (or prompts user).
85 static void processWindlight(LLMessageSystem* msg, void**); 89 static void processWindlight(LLMessageSystem* msg, void**);
@@ -88,6 +92,7 @@ public:
88 92
89 // Called after the user has entered a new region, to reset the 93 // Called after the user has entered a new region, to reset the
90 // "ignore while in this region" state. 94 // "ignore while in this region" state.
95 // Also resets/deactivates the Windlight settings in response to the "WindlightReset" method.
91 static void resetRegion(); 96 static void resetRegion();
92 97
93 // Returns true if the message contains valid Windlight settings. 98 // Returns true if the message contains valid Windlight settings.