aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewercontrol.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llviewercontrol.cpp
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-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.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