[gcompris] core: bonus now play bonus.wav instead of tuxok.wav in case we don't have a voiced congratulation.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris] core: bonus now play bonus.wav instead of tuxok.wav in case we don't have a voiced congratulation.
- Date: Sun, 2 Oct 2011 17:13:10 +0000 (UTC)
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]