[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11020] branches/soc-2007-hcube/source/ creator/creator.c: fixed sound include to the new header name.

Csaba Hruska csaba.hruska at gmail.com
Fri Jun 22 19:09:32 CEST 2007


Revision: 11020
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11020
Author:   hcube
Date:     2007-06-22 19:09:32 +0200 (Fri, 22 Jun 2007)

Log Message:
-----------
fixed sound include to the new header name.

Modified Paths:
--------------
    branches/soc-2007-hcube/source/creator/creator.c

Modified: branches/soc-2007-hcube/source/creator/creator.c
===================================================================
--- branches/soc-2007-hcube/source/creator/creator.c	2007-06-22 17:07:11 UTC (rev 11019)
+++ branches/soc-2007-hcube/source/creator/creator.c	2007-06-22 17:09:32 UTC (rev 11020)
@@ -57,7 +57,7 @@
 #include "BKE_material.h"
 #include "BKE_packedFile.h"
 #include "BKE_scene.h"
-#include "BAU_sound.h"
+#include "BAU_soundsystem.h"
 #include "BKE_node.h"
 
 #include "BIF_gl.h"
@@ -487,7 +487,7 @@
 
     /* init audio if necessary */
     if( audio ) {
-        sound_initialize();
+        audio_initialize();
     }
 
 	/* dynamically load libtiff, if available */
@@ -681,7 +681,7 @@
 		else {
 			BKE_read_file(argv[a], NULL);
             // by hcube
-			//sound_initialize_sounds();
+			audio_sound_loadall();
 		}
 	}
 




More information about the Bf-blender-cvs mailing list