diff --git a/shared.qrc b/shared.qrc
index a34840c..b738fe3 100644
--- a/shared.qrc
+++ b/shared.qrc
@@ -8,7 +8,6 @@
graphics/icons/menu.png
graphics/icons/drawer.png
graphics/icons/back.png
- sounds/OFFICAL_IFSC_STARTIGNAL.wav
sounds/ready_1.wav
sounds/at_marks_1.wav
sounds/ready_2.wav
@@ -25,5 +24,8 @@
graphics/icons/startpad.png
graphics/icons/user_black.png
graphics/icons/ok.png
+ sounds/IFSC_STARTSIGNAL_SAWTOOTH.wav
+ sounds/IFSC_STARTSIGNAL_SINE.wav
+ sounds/IFSC_STARTSIGNAL_SQUARE.wav
diff --git a/sounds/IFSC_STARTSIGNAL_SAWTOOTH.wav b/sounds/IFSC_STARTSIGNAL_SAWTOOTH.wav
new file mode 100644
index 0000000..eed682e
Binary files /dev/null and b/sounds/IFSC_STARTSIGNAL_SAWTOOTH.wav differ
diff --git a/sounds/IFSC_STARTSIGNAL_SINE.wav b/sounds/IFSC_STARTSIGNAL_SINE.wav
new file mode 100644
index 0000000..8f6e0cd
Binary files /dev/null and b/sounds/IFSC_STARTSIGNAL_SINE.wav differ
diff --git a/sounds/IFSC_STARTSIGNAL_SQUARE.wav b/sounds/IFSC_STARTSIGNAL_SQUARE.wav
new file mode 100644
index 0000000..8223e95
Binary files /dev/null and b/sounds/IFSC_STARTSIGNAL_SQUARE.wav differ
diff --git a/sounds/OFFICAL_IFSC_STARTIGNAL.wav b/sounds/OLD_IFSC_STARTIGNAL.wav
similarity index 100%
rename from sounds/OFFICAL_IFSC_STARTIGNAL.wav
rename to sounds/OLD_IFSC_STARTIGNAL.wav
diff --git a/sources/climbingrace.cpp b/sources/climbingrace.cpp
index 19523c3..ba58039 100644
--- a/sources/climbingrace.cpp
+++ b/sources/climbingrace.cpp
@@ -279,7 +279,7 @@ void ClimbingRace::playSoundsAndStartRace() {
}
case 2:
{
- if(!playSound("qrc:/sounds/OFFICAL_IFSC_STARTIGNAL.wav")){
+ if(!playSound("qrc:/sounds/IFSC_STARTSIGNAL_SINE.wav")){
return;
}
nextStartAction = -1;