Author: alink
Date: Fri Nov  2 00:27:22 2007
New Revision: 21399

URL: http://svn.gna.org/viewcvs/wesnoth?rev=21399&view=rev
Log:
make the select-unit a UI-sound (not just simple sound)

Modified:
    trunk/src/mouse_events.cpp

Modified: trunk/src/mouse_events.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/mouse_events.cpp?rev=21399&r1=21398&r2=21399&view=diff
==============================================================================
--- trunk/src/mouse_events.cpp (original)
+++ trunk/src/mouse_events.cpp Fri Nov  2 00:27:22 2007
@@ -1221,7 +1221,7 @@
                                        gui_->set_route(&route);
                                }
                                unit_display::unit_selected(u->first);
-                               sound::play_sound("select-unit.wav");
+                               sound::play_UI_sound("select-unit.wav");
                                game_events::fire("select",hex);
                        } else {
                                unit_movement_resetter move_reset(u->second);


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

Reply via email to