diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llviewercontrol.cpp | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/llviewercontrol.cpp')
-rw-r--r-- | linden/indra/newview/llviewercontrol.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewercontrol.cpp b/linden/indra/newview/llviewercontrol.cpp index 79ec70f..250b250 100644 --- a/linden/indra/newview/llviewercontrol.cpp +++ b/linden/indra/newview/llviewercontrol.cpp | |||
@@ -50,6 +50,10 @@ | |||
50 | #include "llspinctrl.h" | 50 | #include "llspinctrl.h" |
51 | #include "llcolorswatch.h" | 51 | #include "llcolorswatch.h" |
52 | 52 | ||
53 | #ifdef TOGGLE_HACKED_GODLIKE_VIEWER | ||
54 | BOOL gHackGodmode = FALSE; | ||
55 | #endif | ||
56 | |||
53 | LLFloaterSettingsDebug* LLFloaterSettingsDebug::sInstance = NULL; | 57 | LLFloaterSettingsDebug* LLFloaterSettingsDebug::sInstance = NULL; |
54 | 58 | ||
55 | LLControlGroup gSavedSettings; // saved at end of session | 59 | LLControlGroup gSavedSettings; // saved at end of session |