aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewercontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewercontrol.cpp')
-rw-r--r--linden/indra/newview/llviewercontrol.cpp4
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
54BOOL gHackGodmode = FALSE;
55#endif
56
53LLFloaterSettingsDebug* LLFloaterSettingsDebug::sInstance = NULL; 57LLFloaterSettingsDebug* LLFloaterSettingsDebug::sInstance = NULL;
54 58
55LLControlGroup gSavedSettings; // saved at end of session 59LLControlGroup gSavedSettings; // saved at end of session