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.h | |
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.h')
-rw-r--r-- | linden/indra/newview/llviewercontrol.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewercontrol.h b/linden/indra/newview/llviewercontrol.h index 3151261..8a3191d 100644 --- a/linden/indra/newview/llviewercontrol.h +++ b/linden/indra/newview/llviewercontrol.h | |||
@@ -36,6 +36,13 @@ | |||
36 | #include "llfloater.h" | 36 | #include "llfloater.h" |
37 | #include "lltexteditor.h" | 37 | #include "lltexteditor.h" |
38 | 38 | ||
39 | // Enabled this definition to compile a 'hacked' viewer that | ||
40 | // allows a hacked godmode to be toggled on and off. | ||
41 | #define TOGGLE_HACKED_GODLIKE_VIEWER | ||
42 | #ifdef TOGGLE_HACKED_GODLIKE_VIEWER | ||
43 | extern BOOL gHackGodmode; | ||
44 | #endif | ||
45 | |||
39 | class LLFloaterSettingsDebug : public LLFloater | 46 | class LLFloaterSettingsDebug : public LLFloater |
40 | { | 47 | { |
41 | public: | 48 | public: |