aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio.c')
-rw-r--r--src/audio.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/audio.c b/src/audio.c
index 1cd713d..cfe6939 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -78,8 +78,11 @@ void audio_trigger_moo() {
a = audio_context;
if ( a == NULL ) return;
}
- if ( a->mootex != 0 ) return;
-
+ if ( a->mootex != 0 ) {
+ printf("Mootex says 'no'\n");
+ return;
+ }
+
printf("Moo!\n");
a->mootex = 1;