diff options
Diffstat (limited to 'indra/newview/llviewermenu.cpp')
| -rw-r--r-- | indra/newview/llviewermenu.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index 6dc87e9aa3..60ac866b7d 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -10053,6 +10053,8 @@ void initialize_menus() commit.add("HoverHeight", boost::bind(&handle_hover_height)); commit.add("EditPhysics", boost::bind(&handle_edit_physics)); commit.add("QuickPrefs", boost::bind(&handle_quick_prefs)); // Firestorm port + commit.add("ToggleAnimationOverride", boost::bind(&LLVOAvatar::toggleAnimationOverride)); + enable.add("AreAnimationsOverridden", boost::bind(&LLVOAvatar::areAnimationsOverridden)); // View menu view_listener_t::addMenu(new LLViewMouselook(), "View.Mouselook"); |
