diff options
| author | Jonathan Yap <none@none> | 2012-05-14 13:20:06 -0400 |
|---|---|---|
| committer | Jonathan Yap <none@none> | 2012-05-14 13:20:06 -0400 |
| commit | 502e89971f8cf22c49e9c42c38f0aee54a0654c5 (patch) | |
| tree | 88c76e6ae091e436c7746289942177b3437b3ed7 /indra/newview/llviewerparcelmgr.cpp | |
| parent | 1daac7272246416473942d05f1f700eb911ae942 (diff) | |
STORM-1812 Tweak how music is restarted for teleport within a parcel
Diffstat (limited to 'indra/newview/llviewerparcelmgr.cpp')
| -rw-r--r-- | indra/newview/llviewerparcelmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerparcelmgr.cpp b/indra/newview/llviewerparcelmgr.cpp index a89fafdc62..ae9c31bfe7 100644 --- a/indra/newview/llviewerparcelmgr.cpp +++ b/indra/newview/llviewerparcelmgr.cpp @@ -1778,7 +1778,7 @@ void LLViewerParcelMgr::optionally_start_music(const std::string& music_url) { // only play music when you enter a new parcel if the UI control for this // was not *explicitly* stopped by the user. (part of SL-4878) - LLPanelNearByMedia* nearby_media_panel = gStatusBar->getNearbyMediaPanel();; + LLPanelNearByMedia* nearby_media_panel = gStatusBar->getNearbyMediaPanel(); if ((nearby_media_panel && nearby_media_panel->getParcelAudioAutoStart()) || // or they have expressed no opinion in the UI, but have autoplay on... |
