aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-06-01 20:25:38 +0100
committerThomas White <taw@bitwiz.org.uk>2009-06-01 21:34:06 +0100
commitc324c1f0bc2974d154a2dd2ff1472d652f3f45c2 (patch)
treeeaa8eee9ce8d8b8eb9a572555e704af6422e9644 /src/types.h
parent23971567d8388a49b5825fe1f1270daff90f2a63 (diff)
Fall back to 'aplay' if the mixer callback doesn't get called, or if SDL audio can't initialiseaplay-fallback
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 1 insertions, 0 deletions
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;