added startsignal which coplies with the IFSC spec

This commit is contained in:
dorian 2019-09-16 00:06:12 +02:00
parent fb453d4053
commit 5340398f80
6 changed files with 4 additions and 2 deletions

View file

@ -8,7 +8,6 @@
<file>graphics/icons/menu.png</file>
<file>graphics/icons/drawer.png</file>
<file>graphics/icons/back.png</file>
<file>sounds/OFFICAL_IFSC_STARTIGNAL.wav</file>
<file>sounds/ready_1.wav</file>
<file>sounds/at_marks_1.wav</file>
<file>sounds/ready_2.wav</file>
@ -25,5 +24,8 @@
<file>graphics/icons/startpad.png</file>
<file>graphics/icons/user_black.png</file>
<file>graphics/icons/ok.png</file>
<file>sounds/IFSC_STARTSIGNAL_SAWTOOTH.wav</file>
<file>sounds/IFSC_STARTSIGNAL_SINE.wav</file>
<file>sounds/IFSC_STARTSIGNAL_SQUARE.wav</file>
</qresource>
</RCC>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -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;