diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lightshare.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/lightshare.h b/linden/indra/newview/lightshare.h index e3cccf0..4792823 100644 --- a/linden/indra/newview/lightshare.h +++ b/linden/indra/newview/lightshare.h | |||
@@ -68,6 +68,10 @@ class WindlightMessage | |||
68 | // The name of the sky preset where the region settings are stored. | 68 | // The name of the sky preset where the region settings are stored. |
69 | static const std::string sSkyPresetName; | 69 | static const std::string sSkyPresetName; |
70 | 70 | ||
71 | // The name of the preset where the backup settings are stored. | ||
72 | static const std::string sBackupWaterPresetName; | ||
73 | static const std::string sBackupSkyPresetName; | ||
74 | |||
71 | // Message handler for GenericMessage with the "Windlight" method. | 75 | // Message handler for GenericMessage with the "Windlight" method. |
72 | // Creates and applies a new WindlightMessage (or prompts user). | 76 | // Creates and applies a new WindlightMessage (or prompts user). |
73 | static void processWindlight(LLMessageSystem* msg, void**); | 77 | static void processWindlight(LLMessageSystem* msg, void**); |
@@ -78,6 +82,7 @@ class WindlightMessage | |||
78 | 82 | ||
79 | // Called after the user has entered a new region, to reset the | 83 | // Called after the user has entered a new region, to reset the |
80 | // "ignore while in this region" state. | 84 | // "ignore while in this region" state. |
85 | // Also resets/deactivates the Windlight settings in response to the "WindlightReset" method. | ||
81 | static void resetRegion(); | 86 | static void resetRegion(); |
82 | 87 | ||
83 | // Applies/activates the Windlight settings from the message. | 88 | // Applies/activates the Windlight settings from the message. |