Revision: 27073
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27073
Author:   nexyon
Date:     2010-02-22 09:27:45 +0100 (Mon, 22 Feb 2010)

Log Message:
-----------
Fix for the player by nazg-gul.

Modified Paths:
--------------
    trunk/blender/source/gameengine/GamePlayer/ghost/GPG_Application.cpp

Modified: trunk/blender/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
===================================================================
--- trunk/blender/source/gameengine/GamePlayer/ghost/GPG_Application.cpp        
2010-02-22 08:27:45 UTC (rev 27072)
+++ trunk/blender/source/gameengine/GamePlayer/ghost/GPG_Application.cpp        
2010-02-22 08:27:45 UTC (rev 27073)
@@ -586,7 +586,7 @@
                if (!m_networkdevice)
                        goto initFailed;
                        
-               sound_init();
+               sound_init(m_maggie);
 
                // create a ketsjisystem (only needed for timing and stuff)
                m_kxsystem = new GPG_System (m_system);


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to