pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src sound.hxx,1.5,1.6


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src sound.hxx,1.5,1.6
Date: 22 Aug 2002 02:20:14 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv9940

Modified Files:
        sound.hxx 
Log Message:
some sound fixes/changes

Index: sound.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/sound.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sound.hxx   22 Aug 2002 00:36:30 -0000      1.5
+++ sound.hxx   22 Aug 2002 02:20:12 -0000      1.6
@@ -40,11 +40,11 @@
       @param filename The complete filename 
       @param volume   volume
       @param panning  panning */
-  static void play_sound(const std::string & filename, float volume = 0.5f, 
float panning = 0.0f);
+  static void play_sound(const std::string & filename, float volume = 1.0f, 
float panning = 0.0f);
   
-  static void play_music(const std::string & filename, float volume = 0.5f);
+  static void play_music(const std::string & filename, float volume = 1.0f);
 
-  static void play_sound(Sound::Name name, float volume = 0.5f, float panning 
= 0.0f);
+  static void play_sound(Sound::Name name, float volume = 1.0f, float panning 
= 0.0f);
 };
 
 #endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]