diff options
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 |