From c324c1f0bc2974d154a2dd2ff1472d652f3f45c2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 1 Jun 2009 20:25:38 +0100 Subject: Fall back to 'aplay' if the mixer callback doesn't get called, or if SDL audio can't initialise --- src/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index b1752f7..b59c933 100644 --- a/src/types.h +++ b/src/types.h @@ -63,6 +63,7 @@ typedef struct { long moo_len; long moo_pos; Sint16 *moo_buf; + int aplay_fallback; unsigned int mootex; -- cgit v1.2.3