diff options
author | Jacek Antonelli | 2008-08-15 23:45:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:54 -0500 |
commit | d0b03a62fd799317d5da0bd56615739ce3b5b052 (patch) | |
tree | 8bc79bbbb52e18294f62810d9fa66ce136f90e2d /linden/indra/llaudio/audioengine.cpp | |
parent | Second Life viewer sources 1.20.8 (diff) | |
download | meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.zip meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.gz meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.bz2 meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.xz |
Second Life viewer sources 1.20.9
Diffstat (limited to 'linden/indra/llaudio/audioengine.cpp')
-rw-r--r-- | linden/indra/llaudio/audioengine.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llaudio/audioengine.cpp b/linden/indra/llaudio/audioengine.cpp index 021c940..05636c1 100644 --- a/linden/indra/llaudio/audioengine.cpp +++ b/linden/indra/llaudio/audioengine.cpp | |||
@@ -1621,6 +1621,8 @@ LLAudioData::LLAudioData(const LLUUID &uuid) : | |||
1621 | // This is a null sound. | 1621 | // This is a null sound. |
1622 | return; | 1622 | return; |
1623 | } | 1623 | } |
1624 | llassert_always(gAudiop) ; | ||
1625 | llassert_always(gAssetStorage) ; | ||
1624 | 1626 | ||
1625 | if (gAudiop->hasDecodedFile(uuid)) | 1627 | if (gAudiop->hasDecodedFile(uuid)) |
1626 | { | 1628 | { |