[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11717] branches/soc-2007-hcube/source/ blender/blenkernel/intern/sound.c: function name changed

Csaba Hruska csaba.hruska at gmail.com
Mon Aug 20 01:00:13 CEST 2007


Revision: 11717
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11717
Author:   hcube
Date:     2007-08-20 00:59:59 +0200 (Mon, 20 Aug 2007)

Log Message:
-----------
function name changed

Modified Paths:
--------------
    branches/soc-2007-hcube/source/blender/blenkernel/intern/sound.c

Modified: branches/soc-2007-hcube/source/blender/blenkernel/intern/sound.c
===================================================================
--- branches/soc-2007-hcube/source/blender/blenkernel/intern/sound.c	2007-08-19 22:59:09 UTC (rev 11716)
+++ branches/soc-2007-hcube/source/blender/blenkernel/intern/sound.c	2007-08-19 22:59:59 UTC (rev 11717)
@@ -69,7 +69,7 @@
 		}
 
 		if (sample->snd_sample) {
-			SND_DeleteSound( sample->snd_sample );
+			SND_SoundDelete( sample->snd_sample );
 		}
 		
 		sample->type = SAMPLE_INVALID;





More information about the Bf-blender-cvs mailing list