[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11063] branches/soc-2007-hcube/source/ blender/src/soundsystem.c: Fixed bug, sound->sample was rewritten.

Csaba Hruska csaba.hruska at gmail.com
Tue Jun 26 13:58:41 CEST 2007


Revision: 11063
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11063
Author:   hcube
Date:     2007-06-26 13:58:40 +0200 (Tue, 26 Jun 2007)

Log Message:
-----------
Fixed bug, sound->sample was rewritten.

Modified Paths:
--------------
    branches/soc-2007-hcube/source/blender/src/soundsystem.c

Modified: branches/soc-2007-hcube/source/blender/src/soundsystem.c
===================================================================
--- branches/soc-2007-hcube/source/blender/src/soundsystem.c	2007-06-26 11:25:27 UTC (rev 11062)
+++ branches/soc-2007-hcube/source/blender/src/soundsystem.c	2007-06-26 11:58:40 UTC (rev 11063)
@@ -387,7 +387,6 @@
 	sound->newpackedfile= originalsound->newpackedfile;
 	sound->panning		= originalsound->panning;
 	sound->pitch		= originalsound->pitch;
-	sound->sample		= originalsound->sample;
 	sound->volume		= originalsound->volume;
 		
 	if( originalsound->flags & SOUND_FLAGS_3D )





More information about the Bf-blender-cvs mailing list