From 6790d884ccc58bf834997d27b7497226bafa7bdc Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 16 Mar 2009 15:57:11 +0000 Subject: Debugging --- src/audio.c | 7 +++++-- 1 file 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; -- cgit v1.2.3