aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-11-19 12:51:29 -0600
committerJacek Antonelli2008-11-19 16:55:13 -0600
commit97e6c15e935666c1b295b7508a182d0da4b481f1 (patch)
treeef1d5e6a33a71b51a3deadb6de54a67b6a8c7f5e /linden/indra/newview/llappviewer.cpp
parentChanged to Imprudence.exec_marker to match llappviewer.cpp. (diff)
downloadmeta-impy-97e6c15e935666c1b295b7508a182d0da4b481f1.zip
meta-impy-97e6c15e935666c1b295b7508a182d0da4b481f1.tar.gz
meta-impy-97e6c15e935666c1b295b7508a182d0da4b481f1.tar.bz2
meta-impy-97e6c15e935666c1b295b7508a182d0da4b481f1.tar.xz
VWR-2662: OpenAL support (patch by Tofu Linden)
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r--linden/indra/newview/llappviewer.cpp3
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();