summaryrefslogtreecommitdiff
path: root/src/speaker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/speaker.h')
-rw-r--r--src/speaker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/speaker.h b/src/speaker.h
index 3c36fef..d78812c 100644
--- a/src/speaker.h
+++ b/src/speaker.h
@@ -1,6 +1,6 @@
#include "raylib.h"
-#define SPEAKER_AUDIO_FILE "beep.mp3"
+#define SPEAKER_AUDIO_FILE "beep2.mp3"
void SpeakerInit();
void SpeakerOn();