diff options
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp index 6301421..f442f38 100644 --- a/linden/indra/newview/llappviewer.cpp +++ b/linden/indra/newview/llappviewer.cpp | |||
@@ -1178,7 +1178,8 @@ bool LLAppViewer::cleanup() | |||
1178 | 1178 | ||
1179 | llinfos << "Global stuff deleted" << llendflush; | 1179 | llinfos << "Global stuff deleted" << llendflush; |
1180 | 1180 | ||
1181 | #if !LL_RELEASE_FOR_DOWNLOAD | 1181 | #if (!defined(LL_FMOD)) || (!LL_RELEASE_FOR_DOWNLOAD) |
1182 | // OpenAL likes to crash on exit if we *don't* explicitly shut it down. | ||
1182 | if (gAudiop) | 1183 | if (gAudiop) |
1183 | { | 1184 | { |
1184 | gAudiop->shutdown(); | 1185 | gAudiop->shutdown(); |