Author: mordante
Date: Thu Jul 24 19:59:25 2008
New Revision: 28181

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28181&view=rev
Log:
Initialize all members.

Modified:
    trunk/src/soundsource.cpp

Modified: trunk/src/soundsource.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/soundsource.cpp?rev=28181&r1=28180&r2=28181&view=diff
==============================================================================
--- trunk/src/soundsource.cpp (original)
+++ trunk/src/soundsource.cpp Thu Jul 24 19:59:25 2008
@@ -27,7 +27,9 @@
 
 unsigned int positional_source::last_id = 0;
 
-manager::manager(const display &disp) : _disp(disp) 
+manager::manager(const display &disp) : 
+       _sources(),
+       _disp(disp) 
 {
        _disp.scroll_event().attach_handler(this);
        update_positions();


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to