Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-09-03 11:12:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-09-03 11:12:41 +0400
commit070f12d0ddd186769b0c0760e5ccd2de08d1e493 (patch)
tree4bc9953bfdaab973244e593a999786e01da975a0 /source/gameengine/GamePlayer/common
parent99fbcbcf4d97c83e3c2d976244919889278a9366 (diff)
sound init/exit so at least the player opens
Diffstat (limited to 'source/gameengine/GamePlayer/common')
-rw-r--r--source/gameengine/GamePlayer/common/GPC_Engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/GamePlayer/common/GPC_Engine.cpp b/source/gameengine/GamePlayer/common/GPC_Engine.cpp
index 9ccb55f37bc..f131987095a 100644
--- a/source/gameengine/GamePlayer/common/GPC_Engine.cpp
+++ b/source/gameengine/GamePlayer/common/GPC_Engine.cpp
@@ -343,8 +343,8 @@ void GPC_Engine::Exit()
{
#if 0 //XXX - ADD SOUND
SND_DeviceManager::Unsubscribe();
- m_audiodevice = 0;
#endif
+ m_audiodevice = 0;
}
m_initialized = false;