[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15840] branches/sound-branch/intern/ soundsystem/SND_3d.cpp: fixed endline and added newline to end to fix warning.

Robert Holcomb bob_holcomb at hotmail.com
Mon Jul 28 14:10:05 CEST 2008


Revision: 15840
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15840
Author:   scourage
Date:     2008-07-28 14:10:04 +0200 (Mon, 28 Jul 2008)

Log Message:
-----------
fixed endline and added newline to end to fix warning. 

Modified Paths:
--------------
    branches/sound-branch/intern/soundsystem/SND_3d.cpp

Modified: branches/sound-branch/intern/soundsystem/SND_3d.cpp
===================================================================
--- branches/sound-branch/intern/soundsystem/SND_3d.cpp	2008-07-28 11:54:13 UTC (rev 15839)
+++ branches/sound-branch/intern/soundsystem/SND_3d.cpp	2008-07-28 12:10:04 UTC (rev 15840)
@@ -5,32 +5,34 @@
 
 }
 
-void SND_SetListenerGain(float gain)
-{
-   gSndCfg.mListenerGain=gain;
-}
-
-void SND_SetDopplerVelocity(float vel)
-{
-   gSndCfg.mListenerDopplerVelocity=vel;
-}
-
-void SND_SetDopplerFactor(float factor)
-{
-   gSndCfg.mListenernDopplerFactor=factor;
-}
-
-float SND_GetListenerGain(void)
-{
-   return gSndCfg.mListenerGain;
-}
-
-float SND_GetDopplerVelocity(void)
-{
-   return gSndCfg.mListenerDopplerVelocity;
-}
-
-float SND_GetDopplerFactor(void)
-{
-   return gSndCfg.mListenernDopplerFactor;
-}
\ No newline at end of file
+void SND_SetListenerGain(float gain)
+{
+   gSndCfg.mListenerGain=gain;
+}
+
+void SND_SetDopplerVelocity(float vel)
+{
+   gSndCfg.mListenerDopplerVelocity=vel;
+}
+
+void SND_SetDopplerFactor(float factor)
+{
+   gSndCfg.mListenernDopplerFactor=factor;
+}
+
+float SND_GetListenerGain(void)
+{
+   return gSndCfg.mListenerGain;
+}
+
+float SND_GetDopplerVelocity(void)
+{
+   return gSndCfg.mListenerDopplerVelocity;
+}
+
+float SND_GetDopplerFactor(void)
+{
+   return gSndCfg.mListenernDopplerFactor;
+}
+
+





More information about the Bf-blender-cvs mailing list