diff options
Diffstat (limited to 'indra/newview/llhudmanager.h')
-rw-r--r-- | indra/newview/llhudmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudmanager.h b/indra/newview/llhudmanager.h index 27e5bafe61..58de31a061 100644 --- a/indra/newview/llhudmanager.h +++ b/indra/newview/llhudmanager.h @@ -40,7 +40,7 @@ class LLHUDManager : public LLSingleton<LLHUDManager> ~LLHUDManager(); public: - LLHUDEffect *createViewerEffect(const U8 type, BOOL send_to_sim = TRUE, BOOL originated_here = TRUE); + LLHUDEffect *createViewerEffect(const U8 type, bool send_to_sim = true, bool originated_here = true); void updateEffects(); void sendEffects(); |