gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server character.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server character.h
Date: Tue, 17 Jun 2008 15:57:52 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/06/17 15:57:52

Modified files:
        server         : character.h 

Log message:
        more info about getWorldVolume

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/character.h?cvsroot=gnash&r1=1.148&r2=1.149

Patches:
Index: character.h
===================================================================
RCS file: /sources/gnash/gnash/server/character.h,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -b -r1.148 -r1.149
--- character.h 17 Jun 2008 12:34:20 -0000      1.148
+++ character.h 17 Jun 2008 15:57:51 -0000      1.149
@@ -441,6 +441,12 @@
     void setVolume(int vol) { _volume=vol; }
 
     /// Get concatenated sound volume for this character
+    //
+    /// NOTE: the concatenated volume does NOT include
+    ///       global volume settings, which is the one
+    ///       controlled by Sound instances created passing
+    ///       null, undefined or no argument to constructor.
+    ///
     int getWorldVolume() const;
 
     /// Get local transform matrix for this character




reply via email to

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