gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server button.cpp


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/server button.cpp
Date: Sat, 27 May 2006 18:26:29 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Vitaly Alexeev <address@hidden> 06/05/27 18:26:29

Modified files:
        server         : button.cpp 

Log message:
        added 3-rd parameter in play_sound

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/server/button.cpp.diff?tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: gnash/server/button.cpp
diff -u gnash/server/button.cpp:1.12 gnash/server/button.cpp:1.13
--- gnash/server/button.cpp:1.12        Sun May  7 12:19:06 2006
+++ gnash/server/button.cpp     Sat May 27 18:26:29 2006
@@ -508,7 +508,7 @@
                                                        }
                                                        else
                                                        {
-                                                               
s->play_sound(bs.m_sam->m_sound_handler_id, bs.m_sound_style.m_loop_count);
+                                                               
s->play_sound(bs.m_sam->m_sound_handler_id, bs.m_sound_style.m_loop_count, 0);
                                                        }
                                                }
                                        }




reply via email to

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