[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27073] trunk/blender/source/gameengine/ GamePlayer/ghost/GPG_Application.cpp: Fix for the player by nazg-gul.

Joerg Mueller nexyon at gmail.com
Mon Feb 22 09:27:46 CET 2010


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);





More information about the Bf-blender-cvs mailing list