summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-03-06 17:26:51 +0200
committermaxim_productengine <mnikolenko@productengine.com>2019-03-06 17:26:51 +0200
commitfdbcb3fa760a81652ce29354ebb4d9362036b267 (patch)
tree123e21dafb50b81c415173799d544f8acd655467 /indra/newview/llagent.h
parentba24af923c87a9ab4307ab6a66c587df380f5be9 (diff)
SL-10687 FIXED Audio error when trying to fly when flying is not available
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r--indra/newview/llagent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h
index b1b39b637e..ea6f68c482 100644
--- a/indra/newview/llagent.h
+++ b/indra/newview/llagent.h
@@ -337,7 +337,7 @@ private:
//--------------------------------------------------------------------
public:
BOOL getFlying() const;
- void setFlying(BOOL fly);
+ void setFlying(BOOL fly, BOOL fail_sound = FALSE);
static void toggleFlying();
static bool enableFlying();
BOOL canFly(); // Does this parcel allow you to fly?