[gcompris] core: bonus now play bonus.wav instead of tuxok.wav in case we don't have a voiced congratulation.



commit 49f25e89facdfa2a3b9f6edd3cd1af6df2a7a1d1
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sun Oct 2 19:11:41 2011 +0200

    core: bonus now play bonus.wav instead of tuxok.wav in case we don't have a voiced congratulation.

 src/gcompris/bonus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcompris/bonus.c b/src/gcompris/bonus.c
index db3ab21..6970d60 100644
--- a/src/gcompris/bonus.c
+++ b/src/gcompris/bonus.c
@@ -83,7 +83,7 @@ gc_bonus_display(GCBonusStatusList gamewon, GCBonusList bonus_id)
 	g_free(absolute_file);
       }
     else
-      gc_sound_play_ogg("sounds/tuxok.wav", NULL);
+      gc_sound_play_ogg("sounds/bonus.wav", NULL);
 
   } else {
     absolute_file = gc_file_find_absolute(loosingList[RAND(0, NUMBER_OF_LOOSING-1)]);



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